aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
diff options
context:
space:
mode:
authorFengguang Wu <fengguang.wu@intel.com>2014-04-09 14:11:31 +0800
committerYan, Zheng <zheng.z.yan@intel.com>2014-06-06 09:29:50 +0800
commite84be11c5360df33f0ba6c39185ccba564ec7177 (patch)
tree182cbaabac0f0de0a1649c2b98cbc1640ff55024 /fs/ceph
parentLinux 3.15-rc6 (diff)
downloadlinux-dev-e84be11c5360df33f0ba6c39185ccba564ec7177.tar.xz
linux-dev-e84be11c5360df33f0ba6c39185ccba564ec7177.zip
ceph: ceph_get_parent() can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Reviewed-by: Yan, Zheng <zheng.z.yan@intel.com>
Diffstat (limited to 'fs/ceph')
-rw-r--r--fs/ceph/export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/export.c b/fs/ceph/export.c
index 00d6af6a32ec..8d7d782f4382 100644
--- a/fs/ceph/export.c
+++ b/fs/ceph/export.c
@@ -169,7 +169,7 @@ static struct dentry *__get_parent(struct super_block *sb,
return dentry;
}
-struct dentry *ceph_get_parent(struct dentry *child)
+static struct dentry *ceph_get_parent(struct dentry *child)
{
/* don't re-export snaps */
if (ceph_snap(child->d_inode) != CEPH_NOSNAP)