]> git.neil.brown.name Git - history.git/commit
[PATCH] include buffer_head.h in actual users instead of fs.h (1/10)
authorChristoph Hellwig <hch@infradead.org>
Thu, 23 May 2002 05:51:51 +0000 (22:51 -0700)
committerChristoph Hellwig <hch@infradead.org>
Thu, 23 May 2002 05:51:51 +0000 (22:51 -0700)
commitf97b337e6ff1f5ec77ea4e6aaad1f51ab9186f72
tree00208b6899337a73cfb92776a83f6cf3401ba23a
parentd0f0cde199764cb083b3617c3739f45b1a73052d
[PATCH] include buffer_head.h in actual users instead of fs.h (1/10)

Now that fs.h grow due to the lock.h removal let's reduce it's overhead
again:  Instead of penalizing ever user of fs.h with the overhead of the
buffer head interface let it's users include it directly.

This also shows nicely which parts of the core kernel still depend on the
buffer head interface, and allows that to be cleaned up properly.

This is the first of ten patches and adds the includes needed by
buffer_head.h to it and fixes it's inclusion guard.
include/linux/buffer_head.h