X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fsuper.c;h=453877c5697be1b927bc8b9654f98f9cad71644b;hb=afa26be86b65a7183ceac29bdf1f51d6fc6932f0;hp=a5a4aca7e22f32ed034331e000c7f9eb2bd3ae43;hpb=e945e849e18006c131fe59252ab920c6b5f7959c;p=linux-2.6 diff --git a/fs/super.c b/fs/super.c index a5a4aca7e2..453877c569 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;