[PATCH][fs/cifs/cifsfs.c] Make use of cifs_xquota_get

2008-02-11 Thread Roel Kluin
Functions cifs_xquota_set and cifs_xquota_get at respectively fs/cifs/cifsfs.c:367 and 392 are entirely similar - except for whitespace struct quotactl_ops contains function pointers .set_xquota and .get_xquota that both get the address of cifs_xquota_set. cifs_xquota_get isn't called anywhere

[PATCH][fs/cifs/cifsfs.c] Make use of cifs_xquota_get

2008-02-11 Thread Roel Kluin
Functions cifs_xquota_set and cifs_xquota_get at respectively fs/cifs/cifsfs.c:367 and 392 are entirely similar - except for whitespace struct quotactl_ops contains function pointers .set_xquota and .get_xquota that both get the address of cifs_xquota_set. cifs_xquota_get isn't called anywhere