diff options
author | Muthu Kumar <muthu.lkml@gmail.com> | 2012-03-23 15:01:50 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-23 16:58:31 -0700 |
commit | b502bd1152472dc1b98c60434f23c23b280c7b94 (patch) | |
tree | 4de5d63e00a348108c436ebfd0639b57295e4bfe /fs/pipe.c | |
parent | d982d5955e9033015a2cc119aa7c0a878e275964 (diff) | |
download | op-kernel-dev-b502bd1152472dc1b98c60434f23c23b280c7b94.zip op-kernel-dev-b502bd1152472dc1b98c60434f23c23b280c7b94.tar.gz |
magic.h: move some FS magic numbers into magic.h
- Move open-coded filesystem magic numbers into magic.h
- Rearrange magic.h so that the filesystem-related constants are grouped
together.
Signed-off-by: Muthukumar R <muthur@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/pipe.c')
-rw-r--r-- | fs/pipe.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ #include <linux/fs.h> #include <linux/log2.h> #include <linux/mount.h> +#include <linux/magic.h> #include <linux/pipe_fs_i.h> #include <linux/uio.h> #include <linux/highmem.h> |