X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=include%2Flinux%2Freiserfs_fs_sb.h;h=6610103f23e15790c62ff8c6bfe7ac95eee731c3;hb=c4028958b6ecad064b1a6303a6a5906d4fe48d73;hp=73e0becec0866d39664b79cae596b712e811b2fe;hpb=65f27f38446e1976cc98fd3004b110fedcddd189;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/include/linux/reiserfs_fs_sb.h b/include/linux/reiserfs_fs_sb.h index 73e0becec086..6610103f23e1 100644 --- a/include/linux/reiserfs_fs_sb.h +++ b/include/linux/reiserfs_fs_sb.h @@ -249,7 +249,8 @@ struct reiserfs_journal { int j_errno; /* when flushing ordered buffers, throttle new ordered writers */ - struct work_struct j_work; + struct delayed_work j_work; + struct super_block *j_work_sb; atomic_t j_async_throttle; };