From 9cb3edc5ca6d7502b9bd02cd62569b14d4892119 Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Fri, 23 Sep 2011 13:46:51 -0700 Subject: [PATCH] --- yaml --- r: 269223 b: refs/heads/master c: de74b05ace743b4a7aefad9e9b33ff899979b34a h: refs/heads/master i: 269221: 4868cb7a15b45e4025c7d9c229d801772ab9947b 269219: e4fde9f494c352a59c170ecc11cbac8e58d4a8cc 269215: 06a279040b280661f5a75436f84b2c7cf12c06fb v: v3 --- [refs] | 2 +- trunk/fs/exofs/super.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 55dcf696c4eb..13c5e0ea7424 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1958c7c284298f0d17a1ab3820c77c40ea3d3711 +refs/heads/master: de74b05ace743b4a7aefad9e9b33ff899979b34a diff --git a/trunk/fs/exofs/super.c b/trunk/fs/exofs/super.c index 274894053b02..afe79ee088ad 100644 --- a/trunk/fs/exofs/super.c +++ b/trunk/fs/exofs/super.c @@ -355,7 +355,7 @@ static const struct export_operations exofs_export_ops; /* * Write the superblock to the OSD */ -int exofs_sync_fs(struct super_block *sb, int wait) +static int exofs_sync_fs(struct super_block *sb, int wait) { struct exofs_sb_info *sbi; struct exofs_fscb *fscb; @@ -429,7 +429,7 @@ static void _exofs_print_device(const char *msg, const char *dev_path, msg, dev_path ?: "", odi->osdname, _LLU(pid)); } -void exofs_free_sbi(struct exofs_sb_info *sbi) +static void exofs_free_sbi(struct exofs_sb_info *sbi) { while (sbi->comps.numdevs) { int i = --sbi->comps.numdevs; @@ -981,7 +981,7 @@ static const struct super_operations exofs_sops = { * EXPORT OPERATIONS *****************************************************************************/ -struct dentry *exofs_get_parent(struct dentry *child) +static struct dentry *exofs_get_parent(struct dentry *child) { unsigned long ino = exofs_parent_ino(child);