projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
341e262
)
UBIFS: remove strange commentary
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Sun, 24 Apr 2011 12:35:11 +0000
(15:35 +0300)
committer
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Fri, 13 May 2011 16:23:55 +0000
(19:23 +0300)
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
patch
|
blob
|
history
diff --git
a/fs/ubifs/file.c
b/fs/ubifs/file.c
index adce3b7b5a3ed3b2cffcc9e3c64a6f18f373a0b3..5e7fccfc4b29d0c7eab7481ff1c89a5213c548df 100644
(file)
--- 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;