they should only be used if the HW-reduced bit is set. Lv Zheng,
ACPICA BZ 1020.
+Reported-by: Daniel Rowe <bart@fathom13.com>
References: https://bugzilla.kernel.org/show_bug.cgi?id=54181
References: https://bugs.acpica.org/show_bug.cgi?id=1020
-Reported-by: Daniel Rowe <bart@fathom13.com>
Bisected-by: Brint E. Kriebel <kernel@bekit.net>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
they should only be used if the HW-reduced bit is set. Lv Zheng,
ACPICA BZ 1020.
+Reported-by: Daniel Rowe <bart@fathom13.com>
References: https://bugzilla.kernel.org/show_bug.cgi?id=54181
References: https://bugs.acpica.org/show_bug.cgi?id=1020
-Reported-by: Daniel Rowe <bart@fathom13.com>
Bisected-by: Brint E. Kriebel <kernel@bekit.net>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
fattr->cf_nlink = le32_to_cpu(info->NumberOfLinks);
+ if (fattr->cf_nlink < 1) {
-+ cifs_dbg(1, "replacing bogus file nlink value %u\n",
-+ fattr->cf_nlink);
++ cFYI(1, "replacing bogus file nlink value %u\n",
++ fattr->cf_nlink);
+ fattr->cf_nlink = 1;
+ }
}