Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370062
b: refs/heads/master
c: 79d0a3e
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Apr 29, 2013
1 parent 0e306d1 commit d4d827b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: b5edfd27699de420f3af2c34fc7ad9686f169933
refs/heads/master: 79d0a3e399576c380787be5dd36be51de763af62
7 changes: 0 additions & 7 deletions trunk/fs/hppfs/hppfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -580,17 +580,10 @@ static int hppfs_readdir(struct file *file, void *ent, filldir_t filldir)
return err;
}

static int hppfs_fsync(struct file *file, loff_t start, loff_t end,
int datasync)
{
return filemap_write_and_wait_range(file->f_mapping, start, end);
}

static const struct file_operations hppfs_dir_fops = {
.owner = NULL,
.readdir = hppfs_readdir,
.open = hppfs_dir_open,
.fsync = hppfs_fsync,
.llseek = default_llseek,
.release = hppfs_release,
};
Expand Down

0 comments on commit d4d827b

Please sign in to comment.