]> git.baikalelectronics.ru Git - kernel.git/commit
fs: fix include/percpu-rwsem.h export error
authorJens Axboe <axboe@kernel.dk>
Thu, 27 Sep 2012 07:35:03 +0000 (09:35 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 27 Sep 2012 07:35:03 +0000 (09:35 +0200)
commit12453c52eee349c6df73ee50364e3efb1e5965af
tree0f5461b02e016e796c0d60b9a7dc1bf69fccb9b5
parentb13442317dad2325ce3e3b32023fc847b4e50579
fs: fix include/percpu-rwsem.h export error

We get the following export error on the include file:

usr/include/linux/fs.h:13: included file 'linux/percpu-rwsem.h' is not exported

Move the include inside the __KERNEL__ section.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/fs.h