~ubuntu-branches/debian/sid/glusterfs/sid

« back to all changes in this revision

Viewing changes to xlators/cluster/afr/src/afr-inode-write.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2014-04-22 10:00:41 UTC
  • mfrom: (1.3.25)
  • Revision ID: package-import@ubuntu.com-20140422100041-6mur2ttyvb8zzpfq
Tags: 3.5.0-1
* New upstream release.
  - Rewrite patch 01-spelling-error.
  - Adjust lintian overrides.
  - Install new files.
  - The offical tarball is not properly generated, hack it around.
  - Add symlink from fusermount-glusterfs manpage to mount.glusterfs.
  - Move gsync-sync-gfid from /usr/share to /usr/lib.
  - Add benchmarking directory.
* Remove old versioned build dependencies and build depend on libglib2.0-dev.
* Add lintian override for possible-gpl-code-linked-with-openssl. It is the
  same false positive like with the gluster-server package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
afr_fremovexattr (call_frame_t *frame, xlator_t *this,
69
69
                  fd_t *fd, const char *name, dict_t *xdata);
70
70
 
 
71
int
 
72
afr_discard (call_frame_t *frame, xlator_t *this, fd_t *fd, off_t offset,
 
73
             size_t len, dict_t *xdata);
 
74
 
 
75
int
 
76
afr_fallocate (call_frame_t *frame, xlator_t *this, fd_t *fd, int32_t mode,
 
77
               off_t offset, size_t len, dict_t *xdata);
 
78
 
 
79
int
 
80
afr_zerofill(call_frame_t *frame, xlator_t *this, fd_t *fd, off_t offset,
 
81
             off_t len, dict_t *xdata);
71
82
#endif /* __INODE_WRITE_H__ */