Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
7b7abfe3
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
7b7abfe3
编写于
11月 09, 2005
作者:
S
Steve French
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
No commit message
No commit message
上级
e82b3aec
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
8 addition
and
3 deletion
+8
-3
fs/cifs/cifsfs.c
fs/cifs/cifsfs.c
+8
-3
未找到文件。
fs/cifs/cifsfs.c
浏览文件 @
7b7abfe3
...
@@ -405,6 +405,7 @@ static struct quotactl_ops cifs_quotactl_ops = {
...
@@ -405,6 +405,7 @@ static struct quotactl_ops cifs_quotactl_ops = {
};
};
#endif
#endif
#ifdef CONFIG_CIFS_EXPERIMENTAL
static
void
cifs_umount_begin
(
struct
super_block
*
sblock
)
static
void
cifs_umount_begin
(
struct
super_block
*
sblock
)
{
{
struct
cifs_sb_info
*
cifs_sb
;
struct
cifs_sb_info
*
cifs_sb
;
...
@@ -422,16 +423,18 @@ static void cifs_umount_begin(struct super_block * sblock)
...
@@ -422,16 +423,18 @@ static void cifs_umount_begin(struct super_block * sblock)
tcon
->
tidStatus
=
CifsExiting
;
tcon
->
tidStatus
=
CifsExiting
;
up
(
&
tcon
->
tconSem
);
up
(
&
tcon
->
tconSem
);
/* cancel_brl_requests(tcon); */
/* cancel_notify_requests(tcon); */
if
(
tcon
->
ses
&&
tcon
->
ses
->
server
)
if
(
tcon
->
ses
&&
tcon
->
ses
->
server
)
{
{
c
ERROR
(
1
,(
"wake up tasks now - umount begin not complete"
));
c
FYI
(
1
,(
"wake up tasks now - umount begin not complete"
));
wake_up_all
(
&
tcon
->
ses
->
server
->
request_q
);
wake_up_all
(
&
tcon
->
ses
->
server
->
request_q
);
}
}
/* BB FIXME - finish add checks for tidStatus BB */
/* BB FIXME - finish add checks for tidStatus BB */
return
;
return
;
}
}
#endif
static
int
cifs_remount
(
struct
super_block
*
sb
,
int
*
flags
,
char
*
data
)
static
int
cifs_remount
(
struct
super_block
*
sb
,
int
*
flags
,
char
*
data
)
{
{
...
@@ -450,7 +453,9 @@ struct super_operations cifs_super_ops = {
...
@@ -450,7 +453,9 @@ struct super_operations cifs_super_ops = {
unless later we add lazy close of inodes or unless the kernel forgets to call
unless later we add lazy close of inodes or unless the kernel forgets to call
us with the same number of releases (closes) as opens */
us with the same number of releases (closes) as opens */
.
show_options
=
cifs_show_options
,
.
show_options
=
cifs_show_options
,
/* .umount_begin = cifs_umount_begin, */
/* BB finish in the future */
#ifdef CONFIG_CIFS_EXPERIMENTAL
.
umount_begin
=
cifs_umount_begin
,
#endif
.
remount_fs
=
cifs_remount
,
.
remount_fs
=
cifs_remount
,
};
};
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录