X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Documentation%2Ffilesystems%2Fvfs.txt;h=73e7d91f03dce56266ad1806e056c2a4f7e5321e;hb=22a548d04853297b3855dcac2881d0cb52e3b99c;hp=48c9faa73a761ef1c7880fc6c7e1f6927d597f74;hpb=4ca6df134847a6349620b485a3e63f00fb3bfad8;p=karo-tx-linux.git diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt index 48c9faa73a76..73e7d91f03dc 100644 --- a/Documentation/filesystems/vfs.txt +++ b/Documentation/filesystems/vfs.txt @@ -1225,12 +1225,6 @@ The underlying reason for the above rules is to make sure, that a mount can be accurately replicated (e.g. umounting and mounting again) based on the information found in /proc/mounts. -A simple method of saving options at mount/remount time and showing -them is provided with the save_mount_options() and -generic_show_options() helper functions. Please note, that using -these may have drawbacks. For more info see header comments for these -functions in fs/namespace.c. - Resources =========