git://git.openafs.org
/
openafs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Add code for locking individual volumes on disk
[openafs.git]
/
src
/
vol
/
partition.h
diff --git
a/src/vol/partition.h
b/src/vol/partition.h
index
a36d453
..
15ee14c
100644
(file)
--- a/
src/vol/partition.h
+++ b/
src/vol/partition.h
@@
-133,6
+133,8
@@
struct DiskPartition64 {
} vol_list;
struct VLockFile headerLockFile;
struct VDiskLock headerLock; /* lock for the collective headers on the partition */
+
+ struct VLockFile volLockFile; /* lock file for individual volume locks */
#endif /* AFS_DEMAND_ATTACH_FS */
};