]> git.baikalelectronics.ru Git - kernel.git/commit
include/linux/fs.h: fix comment about struct address_space
authorMike Rapoport <rppt@linux.vnet.ibm.com>
Tue, 3 Oct 2017 23:16:54 +0000 (16:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Oct 2017 00:54:26 +0000 (17:54 -0700)
commit029f86d4cd5e1e08cda5f32511c8ceb4a05ce64f
tree57ac5cff67c5d524a8e2b7bad0fd3e31a813da1c
parentf2e148920b08585e6c3f68077b454d32da56d869
include/linux/fs.h: fix comment about struct address_space

Before commit a0d4270ce759 ("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.

Link: http://lkml.kernel.org/r/1507009987-8746-1-git-send-email-rppt@linux.vnet.ibm.com
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Cc: Michal Hocko <mhocko@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/fs.h