summaryrefslogtreecommitdiffstats
path: root/fs/fs_struct.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-03-15 14:48:29 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2012-03-20 21:29:41 -0400
commit3ee05ed0679f29ab19727067ff7c14f0c257fa9a (patch)
tree98e52a1f9e94a039d1b77278bce1957e9313c328 /fs/fs_struct.c
parent68ac1234fb949b66941d94dce4157742799fc581 (diff)
downloadop-kernel-dev-3ee05ed0679f29ab19727067ff7c14f0c257fa9a.zip
op-kernel-dev-3ee05ed0679f29ab19727067ff7c14f0c257fa9a.tar.gz
no need to play with fs->seq in exit_fs()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/fs_struct.c')
-rw-r--r--fs/fs_struct.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/fs_struct.c b/fs/fs_struct.c
index 78b519c..27114b4 100644
--- a/fs/fs_struct.c
+++ b/fs/fs_struct.c
@@ -107,10 +107,8 @@ void exit_fs(struct task_struct *tsk)
int kill;
task_lock(tsk);
spin_lock(&fs->lock);
- write_seqcount_begin(&fs->seq);
tsk->fs = NULL;
kill = !--fs->users;
- write_seqcount_end(&fs->seq);
spin_unlock(&fs->lock);
task_unlock(tsk);
if (kill)
OpenPOWER on IntegriCloud