Skip to content
Commit 0bba0169 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

vfs: Re-introduce s_uuid in the superblock

Gaah.  When commit be85bcca

 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: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e328f05d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment