X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=fs%2Fsuper.c;h=453877c5697be1b927bc8b9654f98f9cad71644b;hb=c73d2589b784098b2bb6e986c1a7b04e9555fbd3;hp=a5a4aca7e22f32ed034331e000c7f9eb2bd3ae43;hpb=e9f20d6f03e8df393b001dab6dc5226c2a5daf57;p=linux-2.6-omap-h63xx.git diff --git a/fs/super.c b/fs/super.c index a5a4aca7e22..453877c5697 100644 --- a/fs/super.c +++ b/fs/super.c @@ -117,7 +117,7 @@ static inline void destroy_super(struct super_block *s) * Drop a superblock's refcount. Returns non-zero if the superblock was * destroyed. The caller must hold sb_lock. */ -int __put_super(struct super_block *sb) +static int __put_super(struct super_block *sb) { int ret = 0;