~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to fs/ncpfs/inode.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-3o58a3c1bj7x00rs
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:
461
461
#endif
462
462
        struct ncp_entry_info finfo;
463
463
 
464
 
        data.wdog_pid = NULL;
 
464
        memset(&data, 0, sizeof(data));
465
465
        server = kzalloc(sizeof(struct ncp_server), GFP_KERNEL);
466
466
        if (!server)
467
467
                return -ENOMEM;
496
496
                                struct ncp_mount_data_v4* md = (struct ncp_mount_data_v4*)raw_data;
497
497
 
498
498
                                data.flags = md->flags;
499
 
                                data.int_flags = 0;
500
499
                                data.mounted_uid = md->mounted_uid;
501
500
                                data.wdog_pid = find_get_pid(md->wdog_pid);
502
501
                                data.ncp_fd = md->ncp_fd;
507
506
                                data.file_mode = md->file_mode;
508
507
                                data.dir_mode = md->dir_mode;
509
508
                                data.info_fd = -1;
510
 
                                data.mounted_vol[0] = 0;
511
509
                        }
512
510
                        break;
513
511
                default: