]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/nfsd/export.h
Merge remote-tracking branches 'asoc/fix/axi', 'asoc/fix/cs4265', 'asoc/fix/da732x...
[karo-tx-linux.git] / fs / nfsd / export.h
index cfeea85c5bed1f20bdc56e261423c6d95d6a8c7b..04dc8c167b0c198d41f18fb104daea752f4332b0 100644 (file)
@@ -101,9 +101,10 @@ static inline void exp_put(struct svc_export *exp)
        cache_put(&exp->h, exp->cd);
 }
 
-static inline void exp_get(struct svc_export *exp)
+static inline struct svc_export *exp_get(struct svc_export *exp)
 {
        cache_get(&exp->h);
+       return exp;
 }
 struct svc_export * rqst_exp_find(struct svc_rqst *, int, u32 *);