Эх сурвалжийг харах

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>
Artem Bityutskiy 14 жил өмнө
parent
commit
2cd0a60cf4
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      fs/ubifs/file.c

+ 0 - 1
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;