From 68e942859976b9b8d392afe0b89e32dad6c91e59 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 15 Mar 2012 14:48:29 -0400 Subject: [PATCH] --- yaml --- r: 292346 b: refs/heads/master c: 3ee05ed0679f29ab19727067ff7c14f0c257fa9a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/fs_struct.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5ee8c4155c73..ef5a7d441c6f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 68ac1234fb949b66941d94dce4157742799fc581 +refs/heads/master: 3ee05ed0679f29ab19727067ff7c14f0c257fa9a diff --git a/trunk/fs/fs_struct.c b/trunk/fs/fs_struct.c index 78b519c13536..27114b413622 100644 --- a/trunk/fs/fs_struct.c +++ b/trunk/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)