Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292346
b: refs/heads/master
c: 3ee05ed
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Mar 21, 2012
1 parent eaa2a6c commit 68e9428
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68ac1234fb949b66941d94dce4157742799fc581
refs/heads/master: 3ee05ed0679f29ab19727067ff7c14f0c257fa9a
2 changes: 0 additions & 2 deletions trunk/fs/fs_struct.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 68e9428

Please sign in to comment.