From: Al Viro Date: Wed, 16 Mar 2011 10:59:40 +0000 (-0400) Subject: vfs: new superblock methods to override /proc/*/mount{s,info} X-Git-Tag: v2.6.39-rc1~460^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7f404b40a3665d9f4e9a927cc5c1ee0479ed8f9;p=pandora-kernel.git vfs: new superblock methods to override /proc/*/mount{s,info} a) ->show_devname(m, mnt) - what to put into devname columns in mounts, mountinfo and mountstats b) ->show_path(m, mnt) - what to put into relative path column in mountinfo Leaving those NULL gives old behaviour. NFS switched to using those. Signed-off-by: Al Viro --- Reading git-diff-tree failed