diff options
author | Jeff Hartmann <jhartmann@valinux.com> | 2000-02-12 18:06:32 +0000 |
---|---|---|
committer | Jeff Hartmann <jhartmann@valinux.com> | 2000-02-12 18:06:32 +0000 |
commit | 811aa473b823cd1c1b0a4ad34538a2b23631290d (patch) | |
tree | ef522ce236eb3efe4a647779384b6f28d6711117 /linux/fops.c | |
parent | cec01cfdda4700e96126b8a4be7c911869f0bc00 (diff) |
Dma stuff for keithi810-last-ring
Diffstat (limited to 'linux/fops.c')
-rw-r--r-- | linux/fops.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/fops.c b/linux/fops.c index c33806f6..63c746a6 100644 --- a/linux/fops.c +++ b/linux/fops.c @@ -106,8 +106,9 @@ int drm_release(struct inode *inode, struct file *filp) processed via a callback to the X server. */ } - drm_reclaim_buffers(dev, priv->pid); - +#if 0 + drm_reclaim_buffers(dev, priv->pid); +#endif drm_fasync(-1, filp, 0); down(&dev->struct_sem); |