]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: refactor out ext4_generic_attr_store()
authorBaokun Li <libaokun1@huawei.com>
Tue, 19 Mar 2024 11:33:18 +0000 (19:33 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 3 May 2024 03:48:30 +0000 (23:48 -0400)
commitf536808adcc37a546bf9cc819c349bd55a28159b
tree35e993d929122a1eaa486eaaf2a90ae6d905d64e
parent9e8e819f8f272c4e5dcd0bd6c7450e36481ed139
ext4: refactor out ext4_generic_attr_store()

Refactor out the function ext4_generic_attr_store() to handle the setting
of values of various common types, with no functional changes.

Signed-off-by: Baokun Li <libaokun1@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20240319113325.3110393-3-libaokun1@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/sysfs.c