zfs/lib/libspl/include
Suman Chakravartula e18be9a637 Add overlay(-O) mount option support
Linux supports mounting over non-empty directories by default.
In Solaris this is not the case and -O option is required for
zfs mount to mount a zfs filesystem over a non-empty directory.

For compatibility, I've added support for -O option to mount
zfs filesystems over non-empty directories if the user wants
to, just like in Solaris.

I've defined MS_OVERLAY to record it in the flags variable if
the -O option is supplied.  The flags variable passes through
a few functions and its checked before performing the empty
directory check in zfs_mount function.  If -O is given, the
check is not performed.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #473
2012-01-12 15:49:38 -08:00
..
ia32 Linux 3.1 compat, super_block->s_shrink 2012-01-11 11:46:02 -08:00
rpc Linux 3.1 compat, super_block->s_shrink 2012-01-11 11:46:02 -08:00
sys Add overlay(-O) mount option support 2012-01-12 15:49:38 -08:00
util Linux 3.1 compat, super_block->s_shrink 2012-01-11 11:46:02 -08:00
Makefile.am Fix implicit declaration of 'mkdirp' 2011-07-01 13:39:47 -07:00
Makefile.in Linux 3.1 compat, super_block->s_shrink 2012-01-11 11:46:02 -08:00
assert.h Add linux libspl support 2010-08-31 13:41:59 -07:00
atomic.h Add linux libspl support 2010-08-31 13:41:59 -07:00
attr.h Add linux libspl support 2010-08-31 13:41:59 -07:00
devid.h Add linux libspl support 2010-08-31 13:41:59 -07:00
libdevinfo.h Add linux libspl support 2010-08-31 13:41:59 -07:00
libgen.h Add missing mkdirp prototype 2010-12-14 10:06:44 -08:00
libshare.h Implemented sharing datasets via NFS using libshare. 2011-07-06 09:20:28 -07:00
limits.h Add linux libspl support 2010-08-31 13:41:59 -07:00
locale.h Add linux libspl support 2010-08-31 13:41:59 -07:00
note.h Add linux libspl support 2010-08-31 13:41:59 -07:00
priv.h Add linux libspl support 2010-08-31 13:41:59 -07:00
statcommon.h Add linux libspl support 2010-08-31 13:41:59 -07:00
stdio.h Add linux libspl support 2010-08-31 13:41:59 -07:00
stdlib.h Add linux libspl support 2010-08-31 13:41:59 -07:00
string.h Add linux libspl support 2010-08-31 13:41:59 -07:00
strings.h Add linux libspl support 2010-08-31 13:41:59 -07:00
stropts.h Add linux libspl support 2010-08-31 13:41:59 -07:00
synch.h Add linux libspl support 2010-08-31 13:41:59 -07:00
thread.h Add linux libspl support 2010-08-31 13:41:59 -07:00
tzfile.h Add linux libspl support 2010-08-31 13:41:59 -07:00
ucred.h Add linux libspl support 2010-08-31 13:41:59 -07:00
umem.h Add linux libspl support 2010-08-31 13:41:59 -07:00
unistd.h Use gethostid in the Linux convention. 2011-04-25 10:36:17 -05:00
zone.h Add linux libspl support 2010-08-31 13:41:59 -07:00