mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Move several *_SUPER_MAGIC symbols to include/linux/magic.h.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
4f5537de7c
commit
e18fa700c9
30 changed files with 67 additions and 85 deletions
|
@ -11,6 +11,7 @@
|
|||
#include <linux/fs.h>
|
||||
#include <linux/in.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/magic.h>
|
||||
|
||||
#include <linux/ipx.h>
|
||||
#include <linux/ncp_no.h>
|
||||
|
@ -185,10 +186,6 @@ struct ncp_entry_info {
|
|||
__u8 file_handle[6];
|
||||
};
|
||||
|
||||
/* Guess, what 0x564c is :-) */
|
||||
#define NCP_SUPER_MAGIC 0x564c
|
||||
|
||||
|
||||
static inline struct ncp_server *NCP_SBP(struct super_block *sb)
|
||||
{
|
||||
return sb->s_fs_info;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue