[PATCH] ext3: fsid for statvfs
authorPekka Enberg <penberg@cs.helsinki.fi>
Thu, 7 Dec 2006 04:35:28 +0000 (20:35 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:31 +0000 (08:39 -0800)
commit50ee0a32b192902e32a2b596df7ec3496c4bf485
treef7f1a18ba215bfd4b313a70a8d1c9a9e4a75a044
parente4fca01ea2b41c41a82f4ca3537f6ebc237adde5
[PATCH] ext3: fsid for statvfs

Update ext3_statfs to return an FSID that is a 64 bit XOR of the 128 bit
filesystem UUID as suggested by Andreas Dilger.  See the following Bugzilla
entry for details:

  http://bugzilla.kernel.org/show_bug.cgi?id=136

Cc: Andreas Dilger <adilger@clusterfs.com>
Cc: Stephen Tweedie <sct@redhat.com>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ext3/super.c