static inline void fput_light(struct file *file, int fput_needed) { if (unlikely(fput_needed))
fput(file);
}