nfs4state.c (64131a87f2aae2ed9e05d8227c5b009ca6c50d98) | nfs4state.c (40c64c26a43494ba9982fd1b87dc54e3819566fc) |
---|---|
1/* 2 * fs/nfs/nfs4state.c 3 * 4 * Client-side XDR for NFSv4. 5 * 6 * Copyright (c) 2002 The Regents of the University of Michigan. 7 * All rights reserved. 8 * --- 28 unchanged lines hidden (view full) --- 37 * this is minimal, but will be made much more complex in a 38 * subsequent patch. 39 */ 40 41#include <linux/kernel.h> 42#include <linux/slab.h> 43#include <linux/fs.h> 44#include <linux/nfs_fs.h> | 1/* 2 * fs/nfs/nfs4state.c 3 * 4 * Client-side XDR for NFSv4. 5 * 6 * Copyright (c) 2002 The Regents of the University of Michigan. 7 * All rights reserved. 8 * --- 28 unchanged lines hidden (view full) --- 37 * this is minimal, but will be made much more complex in a 38 * subsequent patch. 39 */ 40 41#include <linux/kernel.h> 42#include <linux/slab.h> 43#include <linux/fs.h> 44#include <linux/nfs_fs.h> |
45#include <linux/nfs_idmap.h> | |
46#include <linux/kthread.h> 47#include <linux/module.h> 48#include <linux/random.h> 49#include <linux/ratelimit.h> 50#include <linux/workqueue.h> 51#include <linux/bitops.h> 52#include <linux/jiffies.h> 53 54#include <linux/sunrpc/clnt.h> 55 56#include "nfs4_fs.h" 57#include "callback.h" 58#include "delegation.h" 59#include "internal.h" | 45#include <linux/kthread.h> 46#include <linux/module.h> 47#include <linux/random.h> 48#include <linux/ratelimit.h> 49#include <linux/workqueue.h> 50#include <linux/bitops.h> 51#include <linux/jiffies.h> 52 53#include <linux/sunrpc/clnt.h> 54 55#include "nfs4_fs.h" 56#include "callback.h" 57#include "delegation.h" 58#include "internal.h" |
59#include "nfs4idmap.h" |
|
60#include "nfs4session.h" 61#include "pnfs.h" 62#include "netns.h" 63 64#define NFSDBG_FACILITY NFSDBG_STATE 65 66#define OPENOWNER_POOL_SIZE 8 67 --- 2388 unchanged lines hidden --- | 60#include "nfs4session.h" 61#include "pnfs.h" 62#include "netns.h" 63 64#define NFSDBG_FACILITY NFSDBG_STATE 65 66#define OPENOWNER_POOL_SIZE 8 67 --- 2388 unchanged lines hidden --- |