commit | 1da85fdff55da539fbe9c270689a7bcedead1cdd | [log] [tgz] |
---|---|---|
author | Fabian Frederick <fabf@skynet.be> | Fri Aug 08 14:22:29 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Aug 08 15:57:24 2014 -0700 |
tree | 686e8a702f783c63e1fad91635954b1bce22b90e | |
parent | 19bdd41a57e1418b8661148125e9b6d99f468c1b [diff] |
fs/bfs: use bfs prefix for dump_imap All bfs related functions use bfs_ prefix. This patch also moves extern declaration to bfs.h and removes prototype from inode.c This fixes checkpatch warning: WARNING: externs should be avoided in .c files Signed-off-by: Fabian Frederick <fabf@skynet.be> Cc: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>