|
@@ -920,7 +920,6 @@ nfsd_vfs_write(struct svc_rqst *rqstp, struct svc_fh *fhp, struct file *file,
|
|
unsigned long *cnt, int stable)
|
|
unsigned long *cnt, int stable)
|
|
{
|
|
{
|
|
struct svc_export *exp;
|
|
struct svc_export *exp;
|
|
- struct inode *inode;
|
|
|
|
mm_segment_t oldfs;
|
|
mm_segment_t oldfs;
|
|
__be32 err = 0;
|
|
__be32 err = 0;
|
|
int host_err;
|
|
int host_err;
|
|
@@ -938,9 +937,7 @@ nfsd_vfs_write(struct svc_rqst *rqstp, struct svc_fh *fhp, struct file *file,
|
|
*/
|
|
*/
|
|
current->flags |= PF_LESS_THROTTLE;
|
|
current->flags |= PF_LESS_THROTTLE;
|
|
|
|
|
|
- inode = file_inode(file);
|
|
|
|
- exp = fhp->fh_export;
|
|
|
|
-
|
|
|
|
|
|
+ exp = fhp->fh_export;
|
|
use_wgather = (rqstp->rq_vers == 2) && EX_WGATHER(exp);
|
|
use_wgather = (rqstp->rq_vers == 2) && EX_WGATHER(exp);
|
|
|
|
|
|
if (!EX_ISSYNC(exp))
|
|
if (!EX_ISSYNC(exp))
|