rpc_pipe.c (53846a21c1766326bb14ce8ab6e997a0c120675d) | rpc_pipe.c (99ac48f54a91d02140c497edc31dc57d4bc5c85d) |
---|---|
1/* 2 * net/sunrpc/rpc_pipe.c 3 * 4 * Userland/kernel interface for rpcauth_gss. 5 * Code shamelessly plagiarized from fs/nfsd/nfsctl.c 6 * and fs/sysfs/inode.c 7 * 8 * Copyright (c) 2002, Trond Myklebust <trond.myklebust@fys.uio.no> --- 381 unchanged lines hidden (view full) --- 390 RPCAUTH_RootEOF 391}; 392 393/* 394 * Description of fs contents. 395 */ 396struct rpc_filelist { 397 char *name; | 1/* 2 * net/sunrpc/rpc_pipe.c 3 * 4 * Userland/kernel interface for rpcauth_gss. 5 * Code shamelessly plagiarized from fs/nfsd/nfsctl.c 6 * and fs/sysfs/inode.c 7 * 8 * Copyright (c) 2002, Trond Myklebust <trond.myklebust@fys.uio.no> --- 381 unchanged lines hidden (view full) --- 390 RPCAUTH_RootEOF 391}; 392 393/* 394 * Description of fs contents. 395 */ 396struct rpc_filelist { 397 char *name; |
398 struct file_operations *i_fop; | 398 const struct file_operations *i_fop; |
399 int mode; 400}; 401 402static struct rpc_filelist files[] = { 403 [RPCAUTH_lockd] = { 404 .name = "lockd", 405 .mode = S_IFDIR | S_IRUGO | S_IXUGO, 406 }, --- 464 unchanged lines hidden --- | 399 int mode; 400}; 401 402static struct rpc_filelist files[] = { 403 [RPCAUTH_lockd] = { 404 .name = "lockd", 405 .mode = S_IFDIR | S_IRUGO | S_IXUGO, 406 }, --- 464 unchanged lines hidden --- |