git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8ad9c4
)
vfs: new superblock methods to override /proc/*/mount{s,info}
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 16 Mar 2011 10:59:40 +0000
(06:59 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 16 Mar 2011 20:48:06 +0000
(16:48 -0400)
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 <viro@zeniv.linux.org.uk>
No differences found