]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
include/linux/fs.h: fix comment about struct address_space
authorMike Rapoport <rppt@linux.vnet.ibm.com>
Tue, 3 Oct 2017 05:53:07 +0000 (08:53 +0300)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 5 Nov 2017 23:55:07 +0000 (18:55 -0500)
commit63dcb81e5b9e1faadf4b55450141bc4446e5a3d3
treef5cee1a80eeb1bfcb6650009b586cf2035365593
parentceac204e1da942a634d3bb0db3e959edc78e47c7
include/linux/fs.h: fix comment about struct address_space

Before commit 9c5d760b8d22 ("mm: split gfp_mask and mapping flags into
separate fields") the private_* fields of struct adrress_space were grouped
together and using "ditto" in comments describing the last fields was
correct.

With introduction of gpf_mask between private_lock and private_list "ditto"
references the wrong description.

Fix it by using the elaborate description.

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/fs.h