mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
btrfs, debugfs, reiserfs and tracefs call save_mount_options() and reiserfs calls replace_mount_options(), but they then implement their own ->show_options() methods and don't touch s_options, rendering the saved options unnecessary. I'm trying to eliminate s_options to make it easier to implement a context-based mount where the mount options can be passed individually over a file descriptor. Remove the calls to save/replace_mount_options() call in these cases. Signed-off-by: David Howells <[email protected]> cc: Chris Mason <[email protected]> cc: Greg Kroah-Hartman <[email protected]> cc: Steven Rostedt <[email protected]> cc: [email protected] cc: [email protected] Signed-off-by: Al Viro <[email protected]>