diff options
author | Robin Dong <sanbai@taobao.com> | 2012-09-29 10:07:47 +0200 |
---|---|---|
committer | Chris Mason <chris.mason@fusionio.com> | 2012-10-09 15:15:43 +0200 |
commit | 479ed9abdbeec5d9ed0005f3bee9c9bc06a102bb (patch) | |
tree | 11fccd8b9dccb61c64dd7901c03230671e5b0aac /fs/nfsd | |
parent | Btrfs: remove unnecessary IS_ERR in bio_readpage_error() (diff) | |
download | linux-479ed9abdbeec5d9ed0005f3bee9c9bc06a102bb.tar.xz linux-479ed9abdbeec5d9ed0005f3bee9c9bc06a102bb.zip |
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 <sanbai@taobao.com>
Diffstat (limited to 'fs/nfsd')
0 files changed, 0 insertions, 0 deletions