Skip to content
Snippets Groups Projects
Commit 16e62b21 authored by Bobi Jam's avatar Bobi Jam
Browse files

Branch HEAD

b=16929

quench the "defined but not called" compiler warnings.
parent 8efa0212
No related branches found
No related tags found
No related merge requests found
...@@ -2315,6 +2315,7 @@ static int ll_put_grouplock(struct inode *inode, struct file *file, ...@@ -2315,6 +2315,7 @@ static int ll_put_grouplock(struct inode *inode, struct file *file,
RETURN(0); RETURN(0);
} }
#if LUSTRE_FIX >= 50
static int join_sanity_check(struct inode *head, struct inode *tail) static int join_sanity_check(struct inode *head, struct inode *tail)
{ {
ENTRY; ENTRY;
...@@ -2485,6 +2486,7 @@ cleanup: ...@@ -2485,6 +2486,7 @@ cleanup:
} }
RETURN(rc); RETURN(rc);
} }
#endif
/** /**
* Close inode open handle * Close inode open handle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment