mirror_zfs/lib/libzpool
Brian Behlendorf a4914d38a7 Silence 'old_umask' uninit variable warning
Recent changes have caused older versions of gcc to mistakenly
flag 'old_umask' in vn_open() as an unitialized variable.  To
silence the warning initialize it.

  kernel.c: In function 'vn_open':
  kernel.c:525:6: error: 'old_umask' may be used uninitialized
  in this function

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2013-05-01 17:05:58 -07:00
..
kernel.c Silence 'old_umask' uninit variable warning 2013-05-01 17:05:58 -07:00
Makefile.am Fix function relocations in libzpool 2013-02-05 15:33:32 -08:00
taskq.c 3246 ZFS I/O deadman thread 2013-05-01 17:05:52 -07:00
util.c Fix gcc cast warnings 2010-08-27 15:33:32 -07:00