瀏覽代碼

exofs: move osd.c to ios.c

If I do a "git mv" together with a massive code change
and commit in one patch, git looses the rename and
records a delete/new instead. This is bad because I want
a rename recorded so later rebased/cherry-picked patches
to the old name will work. Also the --follow is lost.

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Boaz Harrosh 15 年之前
父節點
當前提交
8ce9bdd1fb
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/exofs/Kbuild
  2. 0 0
      fs/exofs/ios.c

+ 1 - 1
fs/exofs/Kbuild

@@ -12,5 +12,5 @@
 # Kbuild - Gets included from the Kernels Makefile and build system
 #
 
-exofs-y := osd.o inode.o file.o symlink.o namei.o dir.o super.o
+exofs-y := ios.o inode.o file.o symlink.o namei.o dir.o super.o
 obj-$(CONFIG_EXOFS_FS) += exofs.o

+ 0 - 0
fs/exofs/osd.c → fs/exofs/ios.c