search for: bnode

Displaying 5 results from an estimated 5 matches for "bnode".

Did you mean: inode
2007 Dec 31
2
the woes of NA
Joyful. I'm adapting a FORTRAN 77 package for use with R. Pretty straightforward. Except for a glitch it took me some time to figure out. This existing package has subroutines which have parameters called "NA". So, I called subroutines like bnodes <- function(n, lst, lptr, lend, nodes, nb, na, nt) { ensure.all.numeric(list(n, lst, lptr, lend, nodes, nb, n.a, nt), "all arguments to -bnodes- must be numeric") out <- .Fortran("bnodes", N=as.integer(n), LIST=as.integer(lst),...
2010 Jul 10
1
deadlock possiblity introduced by "drm/nouveau: use drm_mm in preference to custom code doing the same thing"
...list_add(&cur->fl_entry, &mm->unused_nodes); ++mm->num_unused; } else kfree(cur); - spin_unlock(&mm->unused_lock); + spin_unlock_irqrestore(&mm->unused_lock, flags); } } @@ -445,6 +448,7 @@ void drm_mm_takedown(struct drm_mm * mm) struct list_head *bnode = mm->fl_entry.next; struct drm_mm_node *entry; struct drm_mm_node *next; + unsigned long flags; entry = list_entry(bnode, struct drm_mm_node, fl_entry); @@ -458,13 +462,13 @@ void drm_mm_takedown(struct drm_mm * mm) list_del(&entry->ml_entry); kfree(entry); - spin_lock(&a...
2011 Sep 01
4
hfsplus.ko
Hey on Centos 5 hfsplus.ko is part of the Kernel: kernel-2.6.18-238.12.1.el5.x86_64 : The Linux kernel (the core of the Linux operating system) Repo : installed Matched from: Filename : /lib/modules/2.6.18-238.12.1.el5/kernel/fs/hfsplus/hfsplus.ko doing a yum provides "*/hfsplus.ko" on CentOS 6 finds nothing. What happened to hfsplus.ko on Centos 6? Thanks, Jerry
2003 Oct 11
2
Samba 3.0 stable: make --with-afs fails on SuSE 8.2
...h afssyscalls.h fsprobe.h packages.h voldefs.h afsutil.h fssync.h param.h volint.h assert.h gtxX11win.h partition.h volser.h audit.h gtxcurseswin.h prclient.h volume.h auth.h gtxdumbwin.h prerror.h xstat_cm.h bnode.h gtxframe.h print.h xstat_fs.h bosint.h gtxinput.h procmgmt.h bubasics.h gtxkeymap.h prs_fs.h athena:/home/adam/smb/samba-3.0.0/source # athena:/home/adam/smb/samba-3.0.0/source # ls -l /usr/include/afs/rx/ total 172 drwxr-xr-x 2 root root...
2011 Oct 04
68
[patch 00/65] Error handling patchset v3
Hi all - Here''s my current error handling patchset, against 3.1-rc8. Almost all of this patchset is preparing for actual error handling. Before we start in on that work, I''m trying to reduce the surface we need to worry about. It turns out that there is a ton of code that returns an error code but never actually reports an error. The patchset has grown to 65 patches. 46 of them