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
				
			
		| 
						 | 
				
			
			@ -1672,7 +1672,7 @@ struct super_operations {
 | 
			
		|||
	int (*remount_fs) (struct super_block *, int *, char *);
 | 
			
		||||
	void (*umount_begin) (struct super_block *);
 | 
			
		||||
 | 
			
		||||
	int (*show_options)(struct seq_file *, struct vfsmount *);
 | 
			
		||||
	int (*show_options)(struct seq_file *, struct dentry *);
 | 
			
		||||
	int (*show_devname)(struct seq_file *, struct dentry *);
 | 
			
		||||
	int (*show_path)(struct seq_file *, struct dentry *);
 | 
			
		||||
	int (*show_stats)(struct seq_file *, struct dentry *);
 | 
			
		||||
| 
						 | 
				
			
			@ -2592,7 +2592,7 @@ extern void setattr_copy(struct inode *inode, const struct iattr *attr);
 | 
			
		|||
 | 
			
		||||
extern void file_update_time(struct file *file);
 | 
			
		||||
 | 
			
		||||
extern int generic_show_options(struct seq_file *m, struct vfsmount *mnt);
 | 
			
		||||
extern int generic_show_options(struct seq_file *m, struct dentry *root);
 | 
			
		||||
extern void save_mount_options(struct super_block *sb, char *options);
 | 
			
		||||
extern void replace_mount_options(struct super_block *sb, char *options);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue