]> Git Repo - linux.git/commit - fs/ramfs/inode.c
fs/ramfs: move ramfs_aops to inode.c
authorAxel Lin <[email protected]>
Thu, 23 Jan 2014 23:54:55 +0000 (15:54 -0800)
committerLinus Torvalds <[email protected]>
Fri, 24 Jan 2014 00:36:58 +0000 (16:36 -0800)
commit87e06aa3a7e5f9fbc2f5215c4ba9c4a42b404192
treed7b422defb1e1320ff7381c5bde0b47b689e22fd
parent0fa9aa20c33d76e98f44ff1de6e128e39a7738ca
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 <[email protected]>
Cc: Al Viro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/ramfs/file-mmu.c
fs/ramfs/file-nommu.c
fs/ramfs/inode.c
fs/ramfs/internal.h
This page took 0.053777 seconds and 4 git commands to generate.