Move several *_SUPER_MAGIC symbols to include/linux/magic.h.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
#ifndef _LINUX_NFS_FS_H
|
||||
#define _LINUX_NFS_FS_H
|
||||
|
||||
#include <linux/magic.h>
|
||||
|
||||
/*
|
||||
* Enable debugging support for nfs client.
|
||||
* Requires RPC_DEBUG.
|
||||
@@ -21,11 +23,6 @@
|
||||
#define NFS_MAX_UDP_TIMEOUT (60*HZ)
|
||||
#define NFS_MAX_TCP_TIMEOUT (600*HZ)
|
||||
|
||||
/*
|
||||
* superblock magic number for NFS
|
||||
*/
|
||||
#define NFS_SUPER_MAGIC 0x6969
|
||||
|
||||
/*
|
||||
* When flushing a cluster of dirty pages, there can be different
|
||||
* strategies:
|
||||
|
Reference in New Issue
Block a user