]> git.openfabrics.org - ~emulex/infiniband.git/commit
fs/ramfs: move ramfs_aops to inode.c
authorAxel Lin <axel.lin@ingics.com>
Thu, 23 Jan 2014 23:54:55 +0000 (15:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
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 <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>
fs/ramfs/file-mmu.c
fs/ramfs/file-nommu.c
fs/ramfs/inode.c
fs/ramfs/internal.h