Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41076
b: refs/heads/master
c: 533221f
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Nov 25, 2006
1 parent e30a1a1 commit f464966
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 17ad78e59a0334d64c3a37f964b15ab9918313c7
refs/heads/master: 533221fbaf001692d5db646f84f7d033fac78cc7
3 changes: 2 additions & 1 deletion trunk/fs/reiserfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ static int reiserfs_file_release(struct inode *inode, struct file *filp)
igrab(inode);
reiserfs_warning(inode->i_sb,
"pinning inode %lu because the "
"preallocation can't be freed");
"preallocation can't be freed",
inode->i_ino);
goto out;
}
}
Expand Down

0 comments on commit f464966

Please sign in to comment.