]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
ocfs2: Add the 'inode64' mount option.
authorJoel Becker <joel.becker@oracle.com>
Thu, 4 Sep 2008 03:03:40 +0000 (20:03 -0700)
committerMark Fasheh <mfasheh@suse.com>
Mon, 13 Oct 2008 23:57:08 +0000 (16:57 -0700)
commit12462f1d9f0b96389497438dc2730c6f7410be82
treed96dec791dd45cc8901dc6a894bdbe96ad7e7c67
parent1187c968852e3c668f3b9376083851f81f6eee22
ocfs2: Add the 'inode64' mount option.

Now that ocfs2 limits inode numbers to 32bits, add a mount option to
disable the limit.  This parallels XFS.  64bit systems can handle the
larger inode numbers.

[ Added description of inode64 mount option in ocfs2.txt. --Mark ]

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Documentation/filesystems/ocfs2.txt
fs/ocfs2/ocfs2.h
fs/ocfs2/suballoc.c
fs/ocfs2/super.c