diff options
Diffstat (limited to 'fs/jbd2/transaction.c')
-rw-r--r-- | fs/jbd2/transaction.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c index a74ba4659549..deffd945c8e2 100644 --- a/fs/jbd2/transaction.c +++ b/fs/jbd2/transaction.c | |||
@@ -1207,17 +1207,6 @@ out: | |||
1207 | return ret; | 1207 | return ret; |
1208 | } | 1208 | } |
1209 | 1209 | ||
1210 | /* | ||
1211 | * jbd2_journal_release_buffer: undo a get_write_access without any buffer | ||
1212 | * updates, if the update decided in the end that it didn't need access. | ||
1213 | * | ||
1214 | */ | ||
1215 | void | ||
1216 | jbd2_journal_release_buffer(handle_t *handle, struct buffer_head *bh) | ||
1217 | { | ||
1218 | BUFFER_TRACE(bh, "entry"); | ||
1219 | } | ||
1220 | |||
1221 | /** | 1210 | /** |
1222 | * void jbd2_journal_forget() - bforget() for potentially-journaled buffers. | 1211 | * void jbd2_journal_forget() - bforget() for potentially-journaled buffers. |
1223 | * @handle: transaction handle | 1212 | * @handle: transaction handle |