From: Linus Torvalds Date: Tue, 12 Apr 2011 22:21:04 +0000 (-0700) Subject: vfs: Re-introduce s_uuid in the superblock X-Git-Tag: v2.6.39-rc4~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bba01695b74fdd2f9286243bb39f88544d81401;p=pandora-kernel.git vfs: Re-introduce s_uuid in the superblock Gaah. When commit be85bccaa5aa reverted the export of file system uuid via /proc//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 --- Reading git-diff-tree failed