diff options
| author | 2009-02-09 10:07:00 -0600 | |
|---|---|---|
| committer | 2009-02-09 10:07:00 -0600 | |
| commit | 9483c89eae58bee79b0280c625ca35a7b78fa300 (patch) | |
| tree | 5aab7aee070c3011b93662eb9db3f6abfafba479 /fs/xfs/xfs_vnodeops.h | |
| parent | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 (diff) | |
| parent | xfs: remove the unused XFS_QMOPT_DQLOCK flag (diff) | |
| download | linux-dev-9483c89eae58bee79b0280c625ca35a7b78fa300.tar.xz linux-dev-9483c89eae58bee79b0280c625ca35a7b78fa300.zip | |
Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfs
Diffstat (limited to 'fs/xfs/xfs_vnodeops.h')
| -rw-r--r-- | fs/xfs/xfs_vnodeops.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_vnodeops.h b/fs/xfs/xfs_vnodeops.h index 76df328c61b4..2258df3fae84 100644 --- a/fs/xfs/xfs_vnodeops.h +++ b/fs/xfs/xfs_vnodeops.h @@ -38,7 +38,6 @@ int xfs_readdir(struct xfs_inode *dp, void *dirent, size_t bufsize, int xfs_symlink(struct xfs_inode *dp, struct xfs_name *link_name, const char *target_path, mode_t mode, struct xfs_inode **ipp, cred_t *credp); -int xfs_inode_flush(struct xfs_inode *ip, int flags); int xfs_set_dmattrs(struct xfs_inode *ip, u_int evmask, u_int16_t state); int xfs_reclaim(struct xfs_inode *ip); int xfs_change_file_space(struct xfs_inode *ip, int cmd, |
