Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276654
b: refs/heads/master
c: b48c6af
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Miklos Szeredi committed Dec 13, 2011
1 parent c83c240 commit 3226f0d
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: 48706d0a91583d08c56e7ef2a7602d99c8d4133f
refs/heads/master: b48c6af2086ab2ba8a9c9b6ce9ecb34592ce500c
2 changes: 1 addition & 1 deletion trunk/fs/fuse/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ static loff_t fuse_file_llseek(struct file *file, loff_t offset, int origin)
struct inode *inode = file->f_path.dentry->d_inode;

mutex_lock(&inode->i_mutex);
if (origin != SEEK_CUR || origin != SEEK_SET) {
if (origin != SEEK_CUR && origin != SEEK_SET) {
retval = fuse_update_attributes(inode, NULL, file, NULL);
if (retval)
goto exit;
Expand Down

0 comments on commit 3226f0d

Please sign in to comment.