Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38774
b: refs/heads/master
c: 899bb26
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed Aug 1, 2006
1 parent 8996c3c commit 80be726
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: de9b75d31e81e87685d8cc70052a003c654f1e8e
refs/heads/master: 899bb264507cfed83922bf14cd66a073494601ba
2 changes: 2 additions & 0 deletions trunk/fs/gfs2/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ static int gfs2_dir_write_data(struct gfs2_inode *ip, const char *buf,
if (error)
goto fail;

buf += amount;
copied += amount;
lblock++;
dblock++;
Expand Down Expand Up @@ -335,6 +336,7 @@ static int gfs2_dir_read_data(struct gfs2_inode *ip, char *buf,
if (error)
goto fail;

buf += amount;
copied += amount;
lblock++;

Expand Down

0 comments on commit 80be726

Please sign in to comment.