diff options
Diffstat (limited to 'fs/locks.c')
-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 ae9ded026b7c..ab24d49fc048 100644 --- a/fs/locks.c +++ b/fs/locks.c | |||
@@ -1455,7 +1455,7 @@ EXPORT_SYMBOL(generic_setlease); | |||
1455 | * leases held by processes on this node. | 1455 | * leases held by processes on this node. |
1456 | * | 1456 | * |
1457 | * There is also no break_lease method; filesystems that | 1457 | * There is also no break_lease method; filesystems that |
1458 | * handle their own leases shoud break leases themselves from the | 1458 | * handle their own leases should break leases themselves from the |
1459 | * filesystem's open, create, and (on truncate) setattr methods. | 1459 | * filesystem's open, create, and (on truncate) setattr methods. |
1460 | * | 1460 | * |
1461 | * Warning: the only current setlease methods exist only to disable | 1461 | * Warning: the only current setlease methods exist only to disable |