[<prev] [next>] [day] [month] [year] [list]
Message-ID: <201109221841.46578.hartleys@visionengravers.com>
Date: Thu, 22 Sep 2011 18:41:46 -0700
From: H Hartley Sweeten <hartleys@...ionengravers.com>
To: Linux Kernel <linux-kernel@...r.kernel.org>
CC: <linux-btrfs@...r.kernel.org>, <chris.mason@...cle.com>
Subject: [PATCH] btrfs/file.c: quiet sparse noise
Quiet the sparse noise:
warning: symbol 'btrfs_find_defrag_inode' was not declared. Should it be static?
Signed-off-by: H Hartley Sweeten <hsweeten@...ionengravers.com>
Cc: Chris Mason <chris.mason@...cle.com>
---
diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c
index e7872e4..08e2aa0 100644
--- a/fs/btrfs/file.c
+++ b/fs/btrfs/file.c
@@ -159,8 +159,8 @@ int btrfs_add_inode_defrag(struct btrfs_trans_handle *trans,
/*
* must be called with the defrag_inodes lock held
*/
-struct inode_defrag *btrfs_find_defrag_inode(struct btrfs_fs_info *info, u64 ino,
- struct rb_node **next)
+static struct inode_defrag *btrfs_find_defrag_inode(struct btrfs_fs_info *info,
+ u64 ino, struct rb_node **next)
{
struct inode_defrag *entry = NULL;
struct rb_node *p;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists