Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200131
b: refs/heads/master
c: 971b2e8
h: refs/heads/master
i:
  200129: a1c825e
  200127: 2aa255b
v: v3
  • Loading branch information
Al Viro committed Jun 4, 2010
1 parent 071aedd commit 8650820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 0abbb609ac511fc226b8b1082613193c8ecf8324
refs/heads/master: 971b2e8a3f5dc0cbef19ec1a77b6d20237aa751e
4 changes: 1 addition & 3 deletions trunk/drivers/infiniband/hw/qib/qib_fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,10 +542,8 @@ static int qibfs_fill_super(struct super_block *sb, void *data, int silent)
list_for_each_entry_safe(dd, tmp, &qib_dev_list, list) {
spin_unlock_irqrestore(&qib_devs_lock, flags);
ret = add_cntr_files(sb, dd);
if (ret) {
deactivate_super(sb);
if (ret)
goto bail;
}
spin_lock_irqsave(&qib_devs_lock, flags);
}

Expand Down

0 comments on commit 8650820

Please sign in to comment.