The following commit has been merged in the master branch:
commit 31e4a030f58f7ecb0cbc4236cab3d7cc25f29ccb
Author: Jeffrey Altman <[email protected]>
Date: Thu Jan 22 19:36:59 2015 -0500
afs: refactor afs_linux_dentry_revalidate
No functional change. Separate the
if (locked && vcp->mvstat == 1) { ... }
conditional into
if (locked) {
if (vcp->mvstat == 1) { ... }
}
in preparation for another change.
Change-Id: I1fe42ed7771882ce365d9359a4e6187c283592a8
Reviewed-on: http://gerrit.openafs.org/11692
Reviewed-by: Perry Ruiter <[email protected]>
Reviewed-by: Chas Williams - CONTRACTOR <[email protected]>
Reviewed-by: Benjamin Kaduk <[email protected]>
Tested-by: BuildBot <[email protected]>
src/afs/LINUX/osi_vnodeops.c | 48 +++++++++++++++++++++--------------------
1 files changed, 25 insertions(+), 23 deletions(-)
--
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs