summaryrefslogtreecommitdiff
path: root/include/trace/events/btrfs.h
diff options
context:
space:
mode:
authorAlexey Romanov <avromanov@sberdevices.ru>2022-05-13 06:23:07 +0300
committerAndrew Morton <akpm@linux-foundation.org>2022-05-13 17:20:18 +0300
commite7be8d1dd983156bbdd22c0319b71119a8fbb697 (patch)
tree906225eaa413147d98d2a5182dc83054de0dbd77 /include/trace/events/btrfs.h
parentf67bed134a053663852a1a3ab1b3223bfc2104a2 (diff)
downloadlinux-e7be8d1dd983156bbdd22c0319b71119a8fbb697.tar.xz
zram: remove double compression logic
The 2nd trial allocation under per-cpu presumption has been used to prevent regression of allocation failure. However, it makes trouble for maintenance without significant benefit. The slowpath branch is executed extremely rarely: getting there is problematic. Therefore, we delete this branch. Since b09ab054b69b ("zram: support BDI_CAP_STABLE_WRITES"), zram has used QUEUE_FLAG_STABLE_WRITES to prevent buffer change between 1st and 2nd memory allocations. Since we remove second trial memory allocation logic, we could remove the STABLE_WRITES flag because there is no change buffer to be modified under us. Link: https://lkml.kernel.org/r/20220505094443.11728-1-avromanov@sberdevices.ru Signed-off-by: Alexey Romanov <avromanov@sberdevices.ru> Signed-off-by: Dmitry Rokosov <ddrokosov@sberdevices.ru> Acked-by: Minchan Kim <minchan@kernel.org> Reviewed-by: Sergey Senozhatsky <senozhatsky@chromium.org> Cc: Nitin Gupta <ngupta@vflare.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include/trace/events/btrfs.h')
0 files changed, 0 insertions, 0 deletions