diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-04-24 15:35:11 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-05-13 19:23:55 +0300 |
commit | 2cd0a60cf49db4722445337b90fb06c9672f1128 (patch) | |
tree | 4410f113a75068d65134d08309fede29090f6bf4 /fs/ubifs | |
parent | 341e262f903afbb8c23133ed6e193ea6254f73c4 (diff) | |
download | linux-2cd0a60cf49db4722445337b90fb06c9672f1128.tar.gz linux-2cd0a60cf49db4722445337b90fb06c9672f1128.tar.xz |
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>
Diffstat (limited to 'fs/ubifs')
-rw-r--r-- | fs/ubifs/file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ubifs/file.c b/fs/ubifs/file.c index adce3b7b5a3e..5e7fccfc4b29 100644 --- a/fs/ubifs/file.c +++ b/fs/ubifs/file.c @@ -1541,7 +1541,6 @@ static int ubifs_file_mmap(struct file *file, struct vm_area_struct *vma) { int err; - /* 'generic_file_mmap()' takes care of NOMMU case */ err = generic_file_mmap(file, vma); if (err) return err; |