]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: Re-introduce s_uuid in the superblock
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Apr 2011 22:21:04 +0000 (15:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Apr 2011 22:21:04 +0000 (15:21 -0700)
commitd70044db5e2fab083c7e424941a92995ccf314a2
treedc5d4af6a7930138c09598a81a64dd3e57344f7c
parente25a646736a15a8f6b919252806850739553782f
vfs: Re-introduce s_uuid in the superblock

Gaah.  When commit 87c9f484945c reverted the export of file system uuid
via /proc/<pid>/mountinfo, it also unintentionally removed the s_uuid
field in struct super_block.

I didn't mean to do that, since filesystems have been taught to fill it
in (and we want to keep it for future re-introduction in the mountinfo
file).

Stupid of me. This adds it back in.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/fs.h