diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/locks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/locks.c b/fs/locks.c index a8794f233bc9..cde572db112f 100644 --- a/fs/locks.c +++ b/fs/locks.c | |||
@@ -1454,7 +1454,7 @@ EXPORT_SYMBOL(generic_setlease); | |||
1454 | * leases held by processes on this node. | 1454 | * leases held by processes on this node. |
1455 | * | 1455 | * |
1456 | * There is also no break_lease method; filesystems that | 1456 | * There is also no break_lease method; filesystems that |
1457 | * handle their own leases shoud break leases themselves from the | 1457 | * handle their own leases should break leases themselves from the |
1458 | * filesystem's open, create, and (on truncate) setattr methods. | 1458 | * filesystem's open, create, and (on truncate) setattr methods. |
1459 | * | 1459 | * |
1460 | * Warning: the only current setlease methods exist only to disable | 1460 | * Warning: the only current setlease methods exist only to disable |