aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org> 2020-11-22 11:39:32 -0800
committerGravatar Linus Torvalds <torvalds@linux-foundation.org> 2020-11-22 11:39:32 -0800
commita7f07fc14f06f98fc5fe1208bac5f6f5bcda2c10 (patch)
treecffaeb84ad3eab7c63d5e22d95677e885f70a0da /include
parentafs: Fix speculative status fetch going out of order wrt to modifications (diff)
parentext4: fix bogus warning in ext4_update_dx_flag() (diff)
downloadlinux-a7f07fc14f06f98fc5fe1208bac5f6f5bcda2c10.tar.gz
linux-a7f07fc14f06f98fc5fe1208bac5f6f5bcda2c10.tar.bz2
linux-a7f07fc14f06f98fc5fe1208bac5f6f5bcda2c10.zip
Merge tag 'ext4_for_linus_fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 fixes from Ted Ts'o: "A final set of miscellaneous bug fixes for ext4" * tag 'ext4_for_linus_fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: ext4: fix bogus warning in ext4_update_dx_flag() jbd2: fix kernel-doc markups ext4: drop fast_commit from /proc/mounts
Diffstat (limited to 'include')
-rw-r--r--include/linux/jbd2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h
index 1c49fd62ff2e..578ff196b3ce 100644
--- a/include/linux/jbd2.h
+++ b/include/linux/jbd2.h
@@ -401,7 +401,7 @@ static inline void jbd_unlock_bh_journal_head(struct buffer_head *bh)
#define JI_WAIT_DATA (1 << __JI_WAIT_DATA)
/**
- * struct jbd_inode - The jbd_inode type is the structure linking inodes in
+ * struct jbd2_inode - The jbd_inode type is the structure linking inodes in
* ordered mode present in a transaction so that we can sync them during commit.
*/
struct jbd2_inode {