Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144351
b: refs/heads/master
c: ac20100
h: refs/heads/master
i:
  144349: 22046d4
  144347: a02367b
  144343: 20eea21
  144335: 619feb6
  144319: fd7fdeb
v: v3
  • Loading branch information
Tyler Hicks committed Apr 27, 2009
1 parent 6a060da commit b3b302e
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: 802b352f2934f799ec2e159f61db6506094a936e
refs/heads/master: ac20100df7a7a042423dcb8847f42d9f6ddb8d00
2 changes: 1 addition & 1 deletion trunk/fs/ecryptfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ ecryptfs_readlink(struct dentry *dentry, char __user *buf, int bufsiz)
}
/* Check for bufsiz <= 0 done in sys_readlinkat() */
rc = copy_to_user(buf, plaintext_name,
min((unsigned) bufsiz, plaintext_name_size));
min((size_t) bufsiz, plaintext_name_size));
if (rc)
rc = -EFAULT;
else
Expand Down

0 comments on commit b3b302e

Please sign in to comment.