From 86bff26abe1e5a3d52d0c46122e28432652b01bb Mon Sep 17 00:00:00 2001 From: Steven Rostedt Date: Mon, 13 Dec 2010 19:38:08 -0500 Subject: [PATCH] --- yaml --- r: 231653 b: refs/heads/master c: c2b3e74b78b24cb367289a75a2bd30e569e56e0e h: refs/heads/master i: 231651: accd331435aa3631f31b74aa75b683b523b824d4 v: v3 --- [refs] | 2 +- trunk/include/linux/file.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 949f0f70d817..04153a790588 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2fe17c1075836b66678ed2a305fd09b6773883aa +refs/heads/master: c2b3e74b78b24cb367289a75a2bd30e569e56e0e diff --git a/trunk/include/linux/file.h b/trunk/include/linux/file.h index b1e12970f617..e85baebf6279 100644 --- a/trunk/include/linux/file.h +++ b/trunk/include/linux/file.h @@ -23,7 +23,7 @@ extern struct file *alloc_file(struct path *, fmode_t mode, static inline void fput_light(struct file *file, int fput_needed) { - if (unlikely(fput_needed)) + if (fput_needed) fput(file); }