Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
7b7abfe3
Commit
7b7abfe3
authored
Nov 09, 2005
by
Steve French
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No commit message
No commit message
parent
e82b3aec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
fs/cifs/cifsfs.c
fs/cifs/cifsfs.c
+8
-3
No files found.
fs/cifs/cifsfs.c
View file @
7b7abfe3
...
...
@@ -405,6 +405,7 @@ static struct quotactl_ops cifs_quotactl_ops = {
};
#endif
#ifdef CONFIG_CIFS_EXPERIMENTAL
static
void
cifs_umount_begin
(
struct
super_block
*
sblock
)
{
struct
cifs_sb_info
*
cifs_sb
;
...
...
@@ -422,16 +423,18 @@ static void cifs_umount_begin(struct super_block * sblock)
tcon
->
tidStatus
=
CifsExiting
;
up
(
&
tcon
->
tconSem
);
/* cancel_brl_requests(tcon); */
/* cancel_notify_requests(tcon); */
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
);
}
/* BB FIXME - finish add checks for tidStatus BB */
return
;
}
#endif
static
int
cifs_remount
(
struct
super_block
*
sb
,
int
*
flags
,
char
*
data
)
{
...
...
@@ -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
us with the same number of releases (closes) as opens */
.
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
,
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment