Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40070
b: refs/heads/master
c: 348acd4
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Steven Whitehouse committed Oct 20, 2006
1 parent 3f43518 commit 6f2c0e0
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: b0cb66955f4bf7a72b544096ceef48a829361a3c
refs/heads/master: 348acd48f050f5ba7fa917b1421ae34443be97dd
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ static int gfs2_dir_write_data(struct gfs2_inode *ip, const char *buf,
while (copied < size) {
unsigned int amount;
struct buffer_head *bh;
int new;
int new = 0;

amount = size - copied;
if (amount > sdp->sd_sb.sb_bsize - o)
Expand Down

0 comments on commit 6f2c0e0

Please sign in to comment.