Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9025
b: refs/heads/master
c: 9afa57b
h: refs/heads/master
i:
  9023: f8231b4
v: v3
  • Loading branch information
Serge Hallyn authored and Linus Torvalds committed Sep 17, 2005
1 parent 14a15f8 commit 21b208e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d15c5749eb81dee94d40fe12584ca8461858b4cb
refs/heads/master: 9afa57b04ca08ff061e54787e3becf5c40283149
2 changes: 1 addition & 1 deletion trunk/security/seclvl.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ passwd_write_file(struct file * file, const char __user * buf,
}

if (count < 0 || count >= PAGE_SIZE)
return -ENOMEM;
return -EINVAL;
if (*ppos != 0)
return -EINVAL;
page = (char *)get_zeroed_page(GFP_KERNEL);
Expand Down

0 comments on commit 21b208e

Please sign in to comment.