commit | a19d9f887d81106d52cacbc9930207b487e07e0e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Mar 29 09:51:08 2009 +0200 |
committer | Christoph Hellwig <hch@brick.lst.de> | Sun Mar 29 09:51:08 2009 +0200 |
tree | ad1dc614738e31461385a1fc0de5f949bfea1639 | |
parent | a0b0b8a5b3cb47892b5984cd86272446bee5f511 [diff] |
xfs: kill ino64 mount option The ino64 mount option adds a fixed offset to 32bit inode numbers to bring them into the 64bit range. There's no need for this kind of debug tool given that it's easy to produce real 64bit inode numbers for testing. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Eric Sandeen <sandeen@sandeen.net> Reviewed-by: Felix Blyakher <felixb@sgi.com>