diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-10-15 16:18:56 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:03:56 -0400 |
commit | 0f82731fc56448c2733f58e1f5db6c2cbfc90652 (patch) | |
tree | 8c4d12a1c240db310becdff74e27d9aab36f1569 /fs/btrfs/ctree.c | |
parent | 810191ff3087e8143b41a944fcf4fd8c693f00e3 (diff) | |
download | lwn-0f82731fc56448c2733f58e1f5db6c2cbfc90652.tar.gz lwn-0f82731fc56448c2733f58e1f5db6c2cbfc90652.zip |
Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.c')
-rw-r--r-- | fs/btrfs/ctree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c index 54a5d006c562..0c6ed17ac1bc 100644 --- a/fs/btrfs/ctree.c +++ b/fs/btrfs/ctree.c @@ -16,7 +16,6 @@ * Boston, MA 021110-1307, USA. */ -#include <linux/highmem.h> #include "ctree.h" #include "disk-io.h" #include "transaction.h" |