~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to fs/cifs/cifs_dfs_ref.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
        struct dfs_info3_param *referrals = NULL;
273
273
        unsigned int num_referrals = 0;
274
274
        struct cifs_sb_info *cifs_sb;
275
 
        struct cifsSesInfo *ses;
 
275
        struct cifs_ses *ses;
276
276
        char *full_path;
277
277
        int xid, i;
278
278
        int rc;