fs/ramfs: move ramfs_aops to inode.c
ramfs_aops is identical in file-mmu.c and file-nommu.c. Thus move it to fs/ramfs/inode.c and make it static. Signed-off-by: Axel Lin <axel.lin@ingics.com> Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
@@ -10,5 +10,4 @@
|
||||
*/
|
||||
|
||||
|
||||
extern const struct address_space_operations ramfs_aops;
|
||||
extern const struct inode_operations ramfs_file_inode_operations;
|
||||
|
Reference in New Issue
Block a user