diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-13 20:55:15 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-13 20:55:15 +0000 |
commit | 1471f525455788c20b130690e0f104df451aeb43 (patch) | |
tree | 3778beba56558beb9a9548ea5b467e9c44ea966f /fs/lockd/xdr4.c | |
parent | e80d2c5456d30ebba5b0eb8a9d33e17d815d4d83 (diff) |
Merge with Linux 2.3.51.
Diffstat (limited to 'fs/lockd/xdr4.c')
-rw-r--r-- | fs/lockd/xdr4.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/lockd/xdr4.c b/fs/lockd/xdr4.c index 7cedcd849..025e3c5b0 100644 --- a/fs/lockd/xdr4.c +++ b/fs/lockd/xdr4.c @@ -20,16 +20,8 @@ #include <linux/lockd/sm_inter.h> #define NLMDBG_FACILITY NLMDBG_XDR -#define NLM_MAXSTRLEN 1024 #define OFFSET_MAX ((off_t)LONG_MAX) -#define QUADLEN(len) (((len) + 3) >> 2) - -u32 nlm4_deadlock, nlm4_rofs, nlm4_stale_fh, nlm4_fbig, - nlm4_failed; - - -typedef struct nlm_args nlm_args; static inline off_t size_to_off_t(__s64 size) |