diff options
author | Immad Mir <mirimmad17@gmail.com> | 2023-06-28 13:14:21 +0530 |
---|---|---|
committer | Dave Kleikamp <dave.kleikamp@oracle.com> | 2023-07-18 14:48:31 -0500 |
commit | c67235d08b2ea9673a2e7b80823f762e45942f5e (patch) | |
tree | ca555499731e9afdd391c6dad72f212ed7fa188f /fs/jfs | |
parent | cade5397e5461295f3cb87880534b6a07cafa427 (diff) |
FS: JFS: (trivial) Fix grammatical error in extAlloc
There is a grammatical error in one the commnents
in extAlloc function.
Signed-off-by: Immad Mir <mirimmad17@gmail.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Diffstat (limited to 'fs/jfs')
-rw-r--r-- | fs/jfs/jfs_extent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jfs/jfs_extent.c b/fs/jfs/jfs_extent.c index ae99a7e232ee..adaa9ad50d4c 100644 --- a/fs/jfs/jfs_extent.c +++ b/fs/jfs/jfs_extent.c @@ -166,7 +166,7 @@ extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) /* * COMMIT_SyncList flags an anonymous tlock on page that is on * sync list. - * We need to commit the inode to get the page written disk. + * We need to commit the inode to get the page written to the disk. */ if (test_and_clear_cflag(COMMIT_Synclist,ip)) jfs_commit_inode(ip, 0); |