All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] btrfs/file.c: quiet sparse noise
@ 2011-09-23  1:41 H Hartley Sweeten
  0 siblings, 0 replies; only message in thread
From: H Hartley Sweeten @ 2011-09-23  1:41 UTC (permalink / raw)
  To: Linux Kernel; +Cc: linux-btrfs, chris.mason

Quiet the sparse noise:

warning: symbol 'btrfs_find_defrag_inode' was not declared. Should it be static?

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Chris Mason <chris.mason@oracle.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;

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-23  1:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-23  1:41 [PATCH] btrfs/file.c: quiet sparse noise H Hartley Sweeten

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.