From: Robin Dong Date: Sat, 29 Sep 2012 08:07:47 +0000 (-0600) Subject: btrfs: move inline function code to header file X-Git-Tag: v3.7-rc1~71^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=479ed9abdbeec5d9ed0005f3bee9c9bc06a102bb;p=pandora-kernel.git btrfs: move inline function code to header file When building btrfs from kernel code, it will report: fs/btrfs/extent_io.h:281: warning: 'extent_buffer_page' declared inline after being called fs/btrfs/extent_io.h:281: warning: previous declaration of 'extent_buffer_page' was here fs/btrfs/extent_io.h:280: warning: 'num_extent_pages' declared inline after being called fs/btrfs/extent_io.h:280: warning: previous declaration of 'num_extent_pages' was here because of the wrong declaration of inline functions. Signed-off-by: Robin Dong --- Reading git-diff-tree failed