commit | fa329e27317f7f0762001b9fb1e76c387a9db25d | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Nov 06 23:59:42 2020 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Nov 07 00:08:23 2020 -0500 |
tree | b3a9dfd0f3ad0d5d58f1fbca7c4298a9bc690a6b | |
parent | 99c880decf27858b5b0a57d8d811bb50226c3c12 [diff] |
ext4: fix sparse warnings in fast_commit code Add missing __acquire() and __releases() annotations, and make fc_ineligible_reasons[] static, as it is not used outside of fs/ext4/fast_commit.c. Signed-off-by: Theodore Ts'o <tytso@mit.edu>