diff options
author | Aparna Karuthodi <kdasaparna@gmail.com> | 2015-06-03 15:03:57 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-06-08 12:28:40 -0700 |
commit | 06d0c4989fa40012957c6d96ed0a05684c3b7c61 (patch) | |
tree | 39b0c5556f8d77d3582099ee731ed15615279a41 | |
parent | f559cfe37bc7036ba62215d4d2851e9fc56bd936 (diff) |
staging: lustre: llite: Fix No space after the declaration
Added a new line
Signed-off-by: Aparna Karuthodi <kdasaparna@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/lustre/lustre/llite/llite_capa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/lustre/lustre/llite/llite_capa.c b/drivers/staging/lustre/lustre/llite/llite_capa.c index aec9a44120c0..a6268718b76e 100644 --- a/drivers/staging/lustre/lustre/llite/llite_capa.c +++ b/drivers/staging/lustre/lustre/llite/llite_capa.c @@ -140,6 +140,7 @@ static void sort_add_capa(struct obd_capa *ocapa, struct list_head *head) static inline int obd_capa_open_count(struct obd_capa *oc) { struct ll_inode_info *lli = ll_i2info(oc->u.cli.inode); + return atomic_read(&lli->lli_open_count); } |