mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 14:50:19 +00:00
mm/swap: use helper macro __ATTR_RW
Use helper macro __ATTR_RW to define vma_ra_enabled_attr to make code more clear. Minor readability improvement. Link: https://lkml.kernel.org/r/20220509131416.17553-3-linmiaohe@huawei.com Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Reviewed-by: David Hildenbrand <david@redhat.com> Reviewed-by: Oscar Salvador <osalvador@suse.de> Cc: Alistair Popple <apopple@nvidia.com> Cc: David Howells <dhowells@redhat.com> Cc: Matthew Wilcox <willy@infradead.org> Cc: Naoya Horiguchi <naoya.horiguchi@nec.com> Cc: NeilBrown <neilb@suse.de> Cc: Peter Xu <peterx@redhat.com> Cc: Suren Baghdasaryan <surenb@google.com> Cc: Vlastimil Babka <vbabka@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
92bafb20b2
commit
6106b93efa
@ -884,9 +884,7 @@ static ssize_t vma_ra_enabled_store(struct kobject *kobj,
|
||||
|
||||
return count;
|
||||
}
|
||||
static struct kobj_attribute vma_ra_enabled_attr =
|
||||
__ATTR(vma_ra_enabled, 0644, vma_ra_enabled_show,
|
||||
vma_ra_enabled_store);
|
||||
static struct kobj_attribute vma_ra_enabled_attr = __ATTR_RW(vma_ra_enabled);
|
||||
|
||||
static struct attribute *swap_attrs[] = {
|
||||
&vma_ra_enabled_attr.attr,
|
||||
|
Loading…
x
Reference in New Issue
Block a user