diff --git a/[refs] b/[refs] index 673865ff895f..ba236604ab35 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cae012d8532879544326fff5fa2ae22a6dfe8e23 +refs/heads/master: 8ce9bdd1fbe962933736d7977e972972cd5d754c diff --git a/trunk/fs/exofs/Kbuild b/trunk/fs/exofs/Kbuild index cc2d22db119c..2d0f757fda3e 100644 --- a/trunk/fs/exofs/Kbuild +++ b/trunk/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 diff --git a/trunk/fs/exofs/osd.c b/trunk/fs/exofs/ios.c similarity index 100% rename from trunk/fs/exofs/osd.c rename to trunk/fs/exofs/ios.c