ocfs2: local mounts
authorSunil Mushran <Sunil.Mushran@oracle.com>
Wed, 6 Dec 2006 01:56:35 +0000 (17:56 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 8 Dec 2006 01:37:53 +0000 (17:37 -0800)
commitc271c5c22b0a7ca45fda15f1f4d258bca36a5b94
tree9803af515ecf1c101c4a5921d7407c66184147e1
parentc99767974ebd2a719d849fdeaaa1674456f5283f
ocfs2: local mounts

This allows users to format an ocfs2 file system with a special flag,
OCFS2_FEATURE_INCOMPAT_LOCAL_MOUNT. When the file system sees this flag, it
will not use any cluster services, nor will it require a cluster
configuration, thus acting like a 'local' file system.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/dlmglue.c
fs/ocfs2/heartbeat.c
fs/ocfs2/inode.c
fs/ocfs2/journal.c
fs/ocfs2/journal.h
fs/ocfs2/mmap.c
fs/ocfs2/namei.c
fs/ocfs2/ocfs2.h
fs/ocfs2/ocfs2_fs.h
fs/ocfs2/super.c
fs/ocfs2/vote.c