Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

GFS2: Rename ops_inode.c to inode.c

This is the final part of the ops_inode.c/inode.c reordering. We
are left with a single file called inode.c which now contains
all the inode operations, as expected.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

+1 -1
+1 -1
fs/gfs2/Makefile
··· 3 3 gfs2-y := acl.o bmap.o dir.o xattr.o glock.o \ 4 4 glops.o log.o lops.o main.o meta_io.o \ 5 5 aops.o dentry.o export.o file.o \ 6 - ops_fstype.o ops_inode.o quota.o \ 6 + ops_fstype.o inode.o quota.o \ 7 7 recovery.o rgrp.o super.o sys.o trans.o util.o 8 8 9 9 gfs2-$(CONFIG_GFS2_FS_LOCKING_DLM) += lock_dlm.o
fs/gfs2/ops_inode.c fs/gfs2/inode.c