]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs/ramfs: move ramfs_aops to inode.c
authorAxel Lin <axel.lin@ingics.com>
Fri, 3 Jan 2014 03:10:19 +0000 (14:10 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 3 Jan 2014 03:10:19 +0000 (14:10 +1100)
commitcdeb886f54ad4e6ca4c41c9957ab225706be9fe0
treed2d61053f328720949620c84c1ce85d4833b3fd1
parentbed49277c7039cca2e77e3655b956f38e7bad94f
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>
fs/ramfs/file-mmu.c
fs/ramfs/file-nommu.c
fs/ramfs/inode.c
fs/ramfs/internal.h