summaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2015-05-22 23:13:33 +0200
committerJens Axboe <axboe@fb.com>2015-06-02 16:33:34 +0200
commita212b105b07d75b48b1a166378282e8a77fbf53d (patch)
treea4c44f26ec1986ee4aefdd9c99a7cb99a8d527ca /mm/mprotect.c
parentwriteback: separate out include/linux/backing-dev-defs.h (diff)
downloadlinux-a212b105b07d75b48b1a166378282e8a77fbf53d.tar.xz
linux-a212b105b07d75b48b1a166378282e8a77fbf53d.zip
bdi: make inode_to_bdi() inline
Now that bdi definitions are moved to backing-dev-defs.h, backing-dev.h can include blkdev.h and inline inode_to_bdi() without worrying about introducing circular include dependency. The function gets called from hot paths and fairly trivial. This patch makes inode_to_bdi() and sb_is_blkdev_sb() that the function calls inline. blockdev_superblock and noop_backing_dev_info are EXPORT_GPL'd to allow the inline functions to be used from modules. While at it, make sb_is_blkdev_sb() return bool instead of int. v2: Fixed typo in description as suggested by Jan. Signed-off-by: Tejun Heo <tj@kernel.org> Reviewed-by: Jens Axboe <axboe@kernel.dk> Cc: Christoph Hellwig <hch@infradead.org> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'mm/mprotect.c')
0 files changed, 0 insertions, 0 deletions