summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2007-12-28 00:38:13 +0000
committerattilio <attilio@FreeBSD.org>2007-12-28 00:38:13 +0000
commitc720b77ca941958916f2c143cba3327d448ee08b (patch)
tree6756c34c743d4bdd03e9bd87a198472dd71631fe /sys/fs/unionfs
parent15ff96944169ae56c4a2f3da912dc720eca4996c (diff)
downloadFreeBSD-src-c720b77ca941958916f2c143cba3327d448ee08b.zip
FreeBSD-src-c720b77ca941958916f2c143cba3327d448ee08b.tar.gz
Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace.
This option just adds complexity and the new implementation no longer will support it, so axing it now that it is unused is probabilly the better idea. FreeBSD version is bumped in order to reflect the KPI breakage introduced by this patch. In the ports tree, kris found that only old OSKit code uses it, but as it is thought to work only on 2.x kernels serie, version bumping will solve any problem.
Diffstat (limited to 'sys/fs/unionfs')
-rw-r--r--sys/fs/unionfs/union_vnops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/unionfs/union_vnops.c b/sys/fs/unionfs/union_vnops.c
index 7a0cb60..74c90b1 100644
--- a/sys/fs/unionfs/union_vnops.c
+++ b/sys/fs/unionfs/union_vnops.c
@@ -81,7 +81,6 @@ static struct lk_lr_table un_llt[] = {
{LK_SHARED, LK_RELEASE},
{LK_EXCLUSIVE, LK_RELEASE},
{LK_UPGRADE, LK_DOWNGRADE},
- {LK_EXCLUPGRADE, LK_DOWNGRADE},
{LK_DOWNGRADE, LK_UPGRADE},
{0, 0}
};
OpenPOWER on IntegriCloud