Skip to content

Commit 1298444

Browse files
author
Prakash Surya
committed
XXX: Set "leases_enable" to zero
1 parent fd6cb61 commit 1298444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/locks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ static int target_leasetype(struct file_lock *fl)
194194
return fl->fl_type;
195195
}
196196

197-
int leases_enable = 1;
197+
int leases_enable = 0;
198198
int lease_break_time = 45;
199199

200200
/*

0 commit comments

Comments
 (0)