->permission() sanitizing: don't pass flags to ->permission()
not used by the instances anymore. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
		
					parent
					
						
							
								2830ba7f34
							
						
					
				
			
			
				commit
				
					
						10556cb21a
					
				
			
		
					 31 changed files with 55 additions and 55 deletions
				
			
		| 
						 | 
				
			
			@ -1578,7 +1578,7 @@ struct file_operations {
 | 
			
		|||
struct inode_operations {
 | 
			
		||||
	struct dentry * (*lookup) (struct inode *,struct dentry *, struct nameidata *);
 | 
			
		||||
	void * (*follow_link) (struct dentry *, struct nameidata *);
 | 
			
		||||
	int (*permission) (struct inode *, int, unsigned int);
 | 
			
		||||
	int (*permission) (struct inode *, int);
 | 
			
		||||
	int (*check_acl)(struct inode *, int);
 | 
			
		||||
 | 
			
		||||
	int (*readlink) (struct dentry *, char __user *,int);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue