Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212984
b: refs/heads/master
c: 776c163
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann committed Oct 15, 2010
1 parent 8d2beff commit d8d60ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: ab91261f5c43f196ec7ff1d113847b87b7606b26
refs/heads/master: 776c163b1b93c8dfa5edba885bc2bfbc2d228a5f
1 change: 0 additions & 1 deletion trunk/fs/read_write.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ loff_t vfs_llseek(struct file *file, loff_t offset, int origin)

fn = no_llseek;
if (file->f_mode & FMODE_LSEEK) {
fn = default_llseek;
if (file->f_op && file->f_op->llseek)
fn = file->f_op->llseek;
}
Expand Down

0 comments on commit d8d60ab

Please sign in to comment.