From 7650bb311a0fceff721fc156d89b5bd0da267b92 Mon Sep 17 00:00:00 2001 From: Boaz Harrosh Date: Tue, 3 Nov 2009 16:46:00 +0200 Subject: [PATCH] --- yaml --- r: 174357 b: refs/heads/master c: 8ce9bdd1fbe962933736d7977e972972cd5d754c h: refs/heads/master i: 174355: bcd926182b23eef577723d780b1ff0dfb4a09fce v: v3 --- [refs] | 2 +- trunk/fs/exofs/Kbuild | 2 +- trunk/fs/exofs/{osd.c => ios.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/fs/exofs/{osd.c => ios.c} (100%) 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