Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Conflicts: net/sunrpc/auth_gss/gss_krb5_crypto.c net/sunrpc/auth_gss/gss_spkm3_token.c net/sunrpc/clnt.c Merge with mainline and fix conflicts.
This commit is contained in:
@ -66,7 +66,7 @@ static int rpc_proc_open(struct inode *inode, struct file *file)
|
||||
return single_open(file, rpc_proc_show, PDE(inode)->data);
|
||||
}
|
||||
|
||||
static struct file_operations rpc_proc_fops = {
|
||||
static const struct file_operations rpc_proc_fops = {
|
||||
.owner = THIS_MODULE,
|
||||
.open = rpc_proc_open,
|
||||
.read = seq_read,
|
||||
|
Reference in New Issue
Block a user