diff options
| author | Ira Weiny <[email protected]> | 2021-03-29 06:54:01 +0000 |
|---|---|---|
| committer | Jan Kara <[email protected]> | 2021-03-31 11:02:08 +0000 |
| commit | e2ebb1230455985df6aa45835a451a5404eddd8d (patch) | |
| tree | 1b1f3112817b44e867a8f4903ade3e1e4adb5e87 /lib/bitmap.c | |
| parent | fs/ext2/: fix misspellings using codespell tool (diff) | |
| download | kernel-e2ebb1230455985df6aa45835a451a5404eddd8d.tar.gz kernel-e2ebb1230455985df6aa45835a451a5404eddd8d.zip | |
ext2: Match up ext2_put_page() with ext2_dotdot() and ext2_find_entry()
ext2_dotdot() and ext2_find_entry() both require ext2_put_page() to be
called after successful return. For some of the calls this
corresponding put was hidden in ext2_set_link and ext2_delete_entry().
Match up ext2_put_page() with ext2_dotdot() and ext2_find_entry() in the
functions which call them. This makes the code easier to follow
regarding the get/put of the page.
Clean up comments to match new behavior.
To: Jan Kara <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ira Weiny <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
Diffstat (limited to 'lib/bitmap.c')
0 files changed, 0 insertions, 0 deletions
