Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138870
b: refs/heads/master
c: d68caa9
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Mahoney authored and Linus Torvalds committed Mar 30, 2009
1 parent 382e30e commit 26c51bd
Show file tree
Hide file tree
Showing 6 changed files with 366 additions and 357 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: a063ae17925cafabe55ebe1957ca0e8c480bd132
refs/heads/master: d68caa9530a8ba54f97002e02bf6a0ad2462b8c0
6 changes: 3 additions & 3 deletions trunk/fs/reiserfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ static void reiserfs_vfs_truncate_file(struct inode *inode)
* be removed...
*/

static int reiserfs_sync_file(struct file *p_s_filp,
struct dentry *p_s_dentry, int datasync)
static int reiserfs_sync_file(struct file *filp,
struct dentry *dentry, int datasync)
{
struct inode *inode = p_s_dentry->d_inode;
struct inode *inode = dentry->d_inode;
int n_err;
int barrier_done;

Expand Down
Loading

0 comments on commit 26c51bd

Please sign in to comment.