logo       


[SSI] openssi/kernel/fs/devpts inode.c,1.3,1.4: msg#00034

Subject: [SSI] openssi/kernel/fs/devpts inode.c,1.3,1.4
Update of /cvsroot/ssic-linux/openssi/kernel/fs/devpts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23079/fs/devpts

Modified Files:
        inode.c 
Log Message:
Make fs/devpts compile.


Index: inode.c
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel/fs/devpts/inode.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- inode.c     20 Oct 2004 03:23:35 -0000      1.3
+++ inode.c     4 Nov 2004 03:46:51 -0000       1.4
@@ -56,13 +56,15 @@
 {
        struct ssipty_readdir_cookie *cp;
 
-       cp = kmalloc(sizeof(*cp), GFP_KERNEL);
-       filp->private_data = cp;
-       if (cp == NULL)
+       cp = kmalloc(sizeof(*cp), GFP_USER);
+       file->private_data = cp;
+       if (!cp)
                return -ENOMEM;
        cp->oldpos = 0;
        cp->entries_len = 0;
-       cp->entries = NULL;
+       cp->entries = kmalloc(SSIPTY_BUFLEN, GFP_USER);
+       if (!cp->entries)
+               return -ENOMEM;
 
        return 0;
 }
@@ -71,7 +73,6 @@
 devpts_root_readdir(struct file *filp, void *dirent, filldir_t filldir)
 {
        struct inode * inode = filp->f_dentry->d_inode;
-       struct devpts_sb_info * sbi = SBI(filp->f_dentry->d_inode->i_sb);
        off_t nr;
        char numbuf[16];
        struct ssipty_readdir_cookie *cp;
@@ -98,8 +99,8 @@
                cp = filp->private_data;
                if (nr != cp->oldpos) {
                        cp->start_index = 0;
-                       cp->entries_len = sbi->max_ptys;
-                       ret = ssipty_readdir(nr - 2, &cp->entries,
+                       cp->entries_len = SSIPTY_PTYS;
+                       ret = ssipty_readdir(nr - 2, cp->entries,
                                             &cp->entries_len);
                        if (ret < 0) {
                                cp->oldpos = 0;
@@ -130,7 +131,7 @@
 {
        struct ssipty_readdir_cookie *cp = file->private_data;
 
-       if (cp != NULL) {
+       if (cp) {
                kfree(cp->entries);
                kfree(cp);
        }
@@ -139,7 +140,7 @@
 }
 
 static int
-devpts_revalidate(struct dentry *dentry, int flags)
+devpts_revalidate(struct dentry *dentry, struct nameidata *nd)
 {
        unsigned int entry;
        int i;
@@ -411,7 +412,7 @@
        dev_t device;
 
        if (!inode) {
-               inode = new_inode(sb);
+               inode = new_inode(devpts_mnt->mnt_sb);
                if (!inode)
                        return NULL;
        }



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click


Ruby Jobs
Java Jobs
Jobs in California
more...
what
job title, keywords
where
city, state, zip
jobs by job search
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
encryption.gpg....    ietf.rfc822/199...    freebsd.devel.i...    lang.haskell.li...    mail.squirrelma...    web.zope.plone....    yellowdog.gener...    text.xml.xalan....    recreation.phot...    kde.devel.educa...    hardware.bus.ca...    printing.ghosts...    voip.peering/20...    assembly/2006-0...    org.user-groups...    culture.interne...    network.i2p/200...    boot-loaders.ya...    xfree86.render/...    qnx.openqnx.dev...    jakarta.velocit...    user-groups.pal...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe