]> git.proxmox.com Git - mirror_zfs.git/commit - cmd/zfs/zfs_main.c
Fix minor compiler warnings
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 16 Dec 2010 22:05:42 +0000 (14:05 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 6 Jan 2011 23:04:28 +0000 (15:04 -0800)
commit149e873ab174ded1f632f2b2eb2267593517c7ca
treecfc9d55c194367dd5e7407112103b65baca9e230
parent683fe41fc718fd43f57aa9ca76457fe34e62057c
Fix minor compiler warnings

These compiler warnings were introduced when code which was
previously #ifdef'ed out by HAVE_ZPL was re-added for use
by the posix layer.  All of the following changes should be
obviously correct and will cause no semantic changes.
cmd/zfs/zfs_main.c
cmd/zinject/zinject.c
lib/libzfs/libzfs_mount.c
module/zfs/zfs_acl.c
module/zfs/zfs_dir.c
module/zfs/zfs_vfsops.c
module/zfs/zfs_vnops.c
module/zfs/zfs_znode.c