UBIFS: remove strange commentary
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sun, 24 Apr 2011 12:35:11 +0000 (15:35 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 13 May 2011 16:23:55 +0000 (19:23 +0300)
commit2cd0a60cf49db4722445337b90fb06c9672f1128
tree4410f113a75068d65134d08309fede29090f6bf4
parent341e262f903afbb8c23133ed6e193ea6254f73c4
UBIFS: remove strange commentary

Remove the following commentary from 'ubifs_file_mmap()':

/* 'generic_file_mmap()' takes care of NOMMU case */

I do not understand what it means, and I could not find anything relater to
NOMMU in 'generic_file_mmap()'.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/file.c