diff options
author | 2008-07-22 13:06:20 +0300 | |
---|---|---|
committer | 2008-08-13 11:28:44 +0300 | |
commit | de94eb558b542873d3f6f9ede1b8575fb5662248 (patch) | |
tree | 3ba858a1c87870e22886ac3d4774287bbf367131 /include/linux/kernel.h | |
parent | UBIFS: increment commit number earlier (diff) | |
download | wireguard-linux-de94eb558b542873d3f6f9ede1b8575fb5662248.tar.xz wireguard-linux-de94eb558b542873d3f6f9ede1b8575fb5662248.zip |
UBIFS: optimize deletions
Every time anything is deleted, UBIFS writes the deletion inode
node twice - once in 'ubifs_jnl_update()' and the second time in
'ubifs_jnl_write_inode()'. However, the second write is not needed
if no commit happened after 'ubifs_jnl_update()'. This patch
checks that condition and avoids writing the deletion inode for
the second time.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'include/linux/kernel.h')
0 files changed, 0 insertions, 0 deletions