From: Immad Mir Date: Wed, 28 Jun 2023 07:44:21 +0000 (+0530) Subject: FS: JFS: (trivial) Fix grammatical error in extAlloc X-Git-Tag: v6.6-rc1~110^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c67235d08b2ea9673a2e7b80823f762e45942f5e;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Dave Kleikamp --- diff --git a/fs/jfs/jfs_extent.c b/fs/jfs/jfs_extent.c index ae99a7e232eeb..adaa9ad50d4c8 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);