Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372181
b: refs/heads/master
c: ff7c4b3
h: refs/heads/master
i:
  372179: 492536e
v: v3
  • Loading branch information
fanchaoting authored and J. Bruce Fields committed Apr 3, 2013
1 parent 6d4dde3 commit ba228f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: b022032e195ffca83d7002d6b84297d796ed443b
refs/heads/master: ff7c4b3693cbc7e938f49ed89e2f649a33f03ed1
4 changes: 3 additions & 1 deletion trunk/fs/nfsd/nfsctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1111,8 +1111,10 @@ static int create_proc_exports_entry(void)
return -ENOMEM;
entry = proc_create("exports", 0, entry,
&exports_proc_operations);
if (!entry)
if (!entry) {
remove_proc_entry("fs/nfs", NULL);
return -ENOMEM;
}
return 0;
}
#else /* CONFIG_PROC_FS */
Expand Down

0 comments on commit ba228f9

Please sign in to comment.