mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	kill FILE_{CREATED,OPENED}
no users left Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
		
							parent
							
								
									00a07c1591
								
							
						
					
					
						commit
						dbae8f2ca2
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		| 
						 | 
					@ -2436,10 +2436,6 @@ extern struct filename *getname(const char __user *);
 | 
				
			||||||
extern struct filename *getname_kernel(const char *);
 | 
					extern struct filename *getname_kernel(const char *);
 | 
				
			||||||
extern void putname(struct filename *name);
 | 
					extern void putname(struct filename *name);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
enum {
 | 
					 | 
				
			||||||
	FILE_CREATED = 1,
 | 
					 | 
				
			||||||
	FILE_OPENED = 2
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
extern int finish_open(struct file *file, struct dentry *dentry,
 | 
					extern int finish_open(struct file *file, struct dentry *dentry,
 | 
				
			||||||
			int (*open)(struct inode *, struct file *));
 | 
								int (*open)(struct inode *, struct file *));
 | 
				
			||||||
extern int finish_no_open(struct file *file, struct dentry *dentry);
 | 
					extern int finish_no_open(struct file *file, struct dentry *dentry);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue