SEARCH  

NEWS

2010.10.06:11:36:28
Autentika i Divante łączą siły
Agencja interaktywna Autentika oraz firma Divante, specjalizująca się w dziedzinie e-commerce, postanowiły połączyć swoje siły i nawiązać współpracę, której celem jest poszerzenie oferty obu firm o dodatkowe kompetencje i możliwość obsługi złożonych projektów.

 

messageID:548360007462
author:Josef Jeff Sipek
title: PATCH 16 32 Unionfs minor file release upd
From: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Erez Zadok <ezk@xxxxxxxxxxxxx Signed-off-by: Josef Jeff Sipek <jsipek@xxxxxxxxxxxxx --- fs/unionfs/commonfops.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/unionfs/commonfops.c b/fs/unionfs/commonfops.c index 612207a..1050c49 100644 --- a/fs/unionfs/commonfops.c +++ b/fs/unionfs/commonfops.c @@ -593,8 +593,7 @@ int unionfs_file_release(struct inode *inode, struct file *file) struct unionfs_inode_info *inodeinfo; struct super_block *sb = inode- i_sb; int bindex, bstart, bend; - int fgen; - int err; + int fgen, err = 0; unionfs_read_lock(sb); /* @@ -618,7 +617,7 @@ int unionfs_file_release(struct inode *inode, struct file *file) if (lower_file) { fput(lower_file); - branchput(inode- i_sb, bindex); + branchput(sb, bindex); } } kfree(fileinfo- lower_files); @@ -640,6 +639,7 @@ int unionfs_file_release(struct inode *inode, struct file *file) fileinfo- rdstate = NULL; } kfree(fileinfo); + out: unionfs_read_unlock(sb); return err; -- 1.5.2.2.238.g7cbf2f2 - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at rel="nofollow" vger.kernel.org/majordomo-info.html vger.kernel.org/majordomo-info.html
Index