projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d45d788
)
fs: ecryptfs: fix parentheses-equality warning
author
Yaroslav Furman
<yaro330@gmail.com>
Fri, 22 Jun 2018 17:17:52 +0000
(20:17 +0300)
committer
Michael Benedict
<michaelbt@live.com>
Sat, 31 Aug 2019 15:08:47 +0000
(
01:08
+1000)
Signed-off-by: Yaroslav Furman <yaro330@gmail.com>
fs/ecryptfs/mm.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ecryptfs/mm.c
b/fs/ecryptfs/mm.c
index 797df5153cbb6d96cc4da750a16e6e82b86d8b9a..12c3a0b47f9f8d8eaf5cf50d79118ec002816fde 100644
(file)
--- a/
fs/ecryptfs/mm.c
+++ b/
fs/ecryptfs/mm.c
@@
-153,7
+153,7
@@
static unsigned long drop_inode_pagecache(struct inode *inode) {
printk("%s() cleaning [%s] pages: %lu\n", __func__,
inode->i_sb->s_type->name,inode->i_mapping->nrpages);
- if (
(inode->i_mapping->nrpages == 0)
) {
+ if (
inode->i_mapping->nrpages == 0
) {
spin_unlock(&inode->i_lock);
printk("%s inode having zero nrpages\n", __func__);
return 0;