From: Artem Bityutskiy Date: Sun, 24 Apr 2011 12:35:11 +0000 (+0300) Subject: UBIFS: remove strange commentary X-Git-Tag: v3.0-rc1~317^2~37 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=2cd0a60cf49db4722445337b90fb06c9672f1128;p=~emulex%2Finfiniband.git 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 --- diff --git a/fs/ubifs/file.c b/fs/ubifs/file.c index adce3b7b5a3..5e7fccfc4b2 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;