Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8edd28
)
Branch b1_8_gate
author
anserper
<anserper>
Tue, 30 Sep 2008 11:56:03 +0000
(11:56 +0000)
committer
anserper
<anserper>
Tue, 30 Sep 2008 11:56:03 +0000
(11:56 +0000)
b=17059
i=ZhiYong Tian
i=Johann Lombardi
Always build quota support with client
lustre/llite/dir.c
patch
|
blob
|
history
diff --git
a/lustre/llite/dir.c
b/lustre/llite/dir.c
index
8bee3df
..
dcb43b5
100644
(file)
--- a/
lustre/llite/dir.c
+++ b/
lustre/llite/dir.c
@@
-1362,7
+1362,6
@@
static int ll_dir_ioctl(struct inode *inode, struct file *file,
obd_ioctl_freedata(buf, len);
RETURN(rc);
}
-#ifdef HAVE_QUOTA_SUPPORT
case OBD_IOC_QUOTACHECK: {
struct obd_quotactl *oqctl;
int rc, error = 0;
@@
-1534,7
+1533,6
@@
static int ll_dir_ioctl(struct inode *inode, struct file *file,
OBD_FREE_PTR(oqctl);
RETURN(rc);
}
-#endif /* HAVE_QUOTA_SUPPORT */
case OBD_IOC_GETNAME_OLD:
case OBD_IOC_GETNAME: {
struct obd_device *obd = class_exp2obd(sbi->ll_osc_exp);