The patch titled Subject: reiserfs: remove unused j_timestamp has been added to the -mm tree. Its filename is reiserfs-remove-unused-j_timestamp.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/reiserfs-remove-unused-j_timestamp.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/reiserfs-remove-unused-j_timestamp.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Arnd Bergmann <arnd@xxxxxxxx> Subject: reiserfs: remove unused j_timestamp This uses the deprecated time_t type but is write-only, so we can just remove it. Link: http://lkml.kernel.org/r/20180619154343.3640484-1-arnd@xxxxxxxx Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Cc: Jan Kara <jack@xxxxxxx> Cc: Jeff Mahoney <jeffm@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/reiserfs/journal.c | 1 - fs/reiserfs/reiserfs.h | 1 - 2 files changed, 2 deletions(-) diff -puN fs/reiserfs/journal.c~reiserfs-remove-unused-j_timestamp fs/reiserfs/journal.c --- a/fs/reiserfs/journal.c~reiserfs-remove-unused-j_timestamp +++ a/fs/reiserfs/journal.c @@ -4110,7 +4110,6 @@ static int do_journal_end(struct reiserf atomic_set(&jl->j_older_commits_done, 0); jl->j_trans_id = journal->j_trans_id; - jl->j_timestamp = journal->j_trans_start_time; jl->j_commit_bh = c_bh; jl->j_start = journal->j_start; jl->j_len = journal->j_len; diff -puN fs/reiserfs/reiserfs.h~reiserfs-remove-unused-j_timestamp fs/reiserfs/reiserfs.h --- a/fs/reiserfs/reiserfs.h~reiserfs-remove-unused-j_timestamp +++ a/fs/reiserfs/reiserfs.h @@ -271,7 +271,6 @@ struct reiserfs_journal_list { struct mutex j_commit_mutex; unsigned int j_trans_id; - time_t j_timestamp; struct reiserfs_list_bitmap *j_list_bitmap; struct buffer_head *j_commit_bh; /* commit buffer head */ struct reiserfs_journal_cnode *j_realblock; _ Patches currently in -mm which might be from arnd@xxxxxxxx are ocfs2-dlmglue-clean-up-timestamp-handling.patch crash-print-timestamp-using-time64_t.patch sysinfo-remove-get_monotonic_boottime.patch reiserfs-remove-unused-j_timestamp.patch reiserfs-use-monotonic-time-for-j_trans_start_time.patch reiserfs-use-64-bit-values-in-print_time.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html