Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
bf40e556
K
Kernel
项目概览
openeuler
/
Kernel
1 年多 前同步成功
通知
8
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
bf40e556
编写于
2月 13, 2015
作者:
T
Trond Myklebust
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
NFSv4: Kill unused nfs_inode->delegation_state field
Signed-off-by:
N
Trond Myklebust
<
trond.myklebust@primarydata.com
>
上级
f4086a3d
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
0 addition
and
6 deletion
+0
-6
fs/nfs/delegation.c
fs/nfs/delegation.c
+0
-4
fs/nfs/inode.c
fs/nfs/inode.c
+0
-1
include/linux/nfs_fs.h
include/linux/nfs_fs.h
+0
-1
未找到文件。
fs/nfs/delegation.c
浏览文件 @
bf40e556
...
...
@@ -175,7 +175,6 @@ void nfs_inode_reclaim_delegation(struct inode *inode, struct rpc_cred *cred,
delegation
->
cred
=
get_rpccred
(
cred
);
clear_bit
(
NFS_DELEGATION_NEED_RECLAIM
,
&
delegation
->
flags
);
NFS_I
(
inode
)
->
delegation_state
=
delegation
->
type
;
spin_unlock
(
&
delegation
->
lock
);
put_rpccred
(
oldcred
);
rcu_read_unlock
();
...
...
@@ -270,7 +269,6 @@ nfs_detach_delegation_locked(struct nfs_inode *nfsi,
set_bit
(
NFS_DELEGATION_RETURNING
,
&
delegation
->
flags
);
list_del_rcu
(
&
delegation
->
super_list
);
delegation
->
inode
=
NULL
;
nfsi
->
delegation_state
=
0
;
rcu_assign_pointer
(
nfsi
->
delegation
,
NULL
);
spin_unlock
(
&
delegation
->
lock
);
return
delegation
;
...
...
@@ -350,7 +348,6 @@ int nfs_inode_set_delegation(struct inode *inode, struct rpc_cred *cred, struct
&
delegation
->
stateid
))
{
nfs_update_inplace_delegation
(
old_delegation
,
delegation
);
nfsi
->
delegation_state
=
old_delegation
->
type
;
goto
out
;
}
/*
...
...
@@ -374,7 +371,6 @@ int nfs_inode_set_delegation(struct inode *inode, struct rpc_cred *cred, struct
goto
out
;
}
list_add_rcu
(
&
delegation
->
super_list
,
&
server
->
delegations
);
nfsi
->
delegation_state
=
delegation
->
type
;
rcu_assign_pointer
(
nfsi
->
delegation
,
delegation
);
delegation
=
NULL
;
...
...
fs/nfs/inode.c
浏览文件 @
bf40e556
...
...
@@ -1776,7 +1776,6 @@ static inline void nfs4_init_once(struct nfs_inode *nfsi)
#if IS_ENABLED(CONFIG_NFS_V4)
INIT_LIST_HEAD
(
&
nfsi
->
open_states
);
nfsi
->
delegation
=
NULL
;
nfsi
->
delegation_state
=
0
;
init_rwsem
(
&
nfsi
->
rwsem
);
nfsi
->
layout
=
NULL
;
#endif
...
...
include/linux/nfs_fs.h
浏览文件 @
bf40e556
...
...
@@ -180,7 +180,6 @@ struct nfs_inode {
/* NFSv4 state */
struct
list_head
open_states
;
struct
nfs_delegation
__rcu
*
delegation
;
fmode_t
delegation_state
;
struct
rw_semaphore
rwsem
;
/* pNFS layout information */
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录