diff options
author | Anand Avati <avati@gluster.com> | 2009-10-16 09:13:22 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-10-16 08:04:35 -0700 |
commit | aa701e2f607902628fce196de3eb0402aede7736 (patch) | |
tree | 8691fa29b6a50d4d66111ec137e9ecbb363c6acf /xlators/features/locks/src/common.h | |
parent | 7bf78408ffec1efbceed17ed2e540d7d0af19763 (diff) |
indentation fixes to conform to coding standards in locks
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 315 (generation number support)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=315
Diffstat (limited to 'xlators/features/locks/src/common.h')
-rw-r--r-- | xlators/features/locks/src/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/features/locks/src/common.h b/xlators/features/locks/src/common.h index 59201c9070a..36a74168649 100644 --- a/xlators/features/locks/src/common.h +++ b/xlators/features/locks/src/common.h @@ -31,7 +31,7 @@ pl_getlk (pl_inode_t *inode, posix_lock_t *lock); int pl_setlk (xlator_t *this, pl_inode_t *inode, posix_lock_t *lock, - int can_block); + int can_block); void grant_blocked_locks (xlator_t *this, pl_inode_t *inode); @@ -63,7 +63,7 @@ __destroy_inode_lock (pl_inode_lock_t *lock); void grant_blocked_entry_locks (xlator_t *this, pl_inode_t *pl_inode, - pl_entry_lock_t *unlocked, pl_dom_list_t *dom); + pl_entry_lock_t *unlocked, pl_dom_list_t *dom); void pl_update_refkeeper (xlator_t *this, inode_t *inode); |