mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
vfs: switch ->show_options() to struct dentry *
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
a6322de67b
commit
34c80b1d93
39 changed files with 90 additions and 91 deletions
|
@ -298,7 +298,7 @@ extern void ntfs_clear_extent_inode(ntfs_inode *ni);
|
|||
|
||||
extern int ntfs_read_inode_mount(struct inode *vi);
|
||||
|
||||
extern int ntfs_show_options(struct seq_file *sf, struct vfsmount *mnt);
|
||||
extern int ntfs_show_options(struct seq_file *sf, struct dentry *root);
|
||||
|
||||
#ifdef NTFS_RW
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue