public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Eric Dumazet <dada1@cosmosbay.com>
To: MingJie Chang <mingjie.tw@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: question about sockfd_lookup( )
Date: Tue, 01 Mar 2005 08:56:19 +0100	[thread overview]
Message-ID: <42242023.9070101@cosmosbay.com> (raw)
In-Reply-To: <8b46b8f1050228220257173ddf@mail.gmail.com>

Hi

Try adding sockfd_put(sock) ;

MingJie Chang wrote:
> Dear all,
> 
> I want to get socket information by the sockfd while accetping,
> 
> so I write a module to test sockfd_lookup(),
> 
> but I got some problems when I test it.
> 
> I hope someone can help me...
> 
> Thank you
> 
> following text is my code and error message
> ===========================================
> === code ===
> 
> int my_socketcall(int call,unsigned long *args)  
> {
>    int ret,err;
>    struct socket * sock;
> 
>    ret = run_org_socket_call(call,args);   //orignal sys_sockcall()
>    
>    if(call==SYS_ACCEPT&&ret>=0) 
>    {
>           sock=sockfd_lookup(ret,&err);
>           printk("lookup done\n");

	if (sock) sockfd_put(sock) ;

>    }
>    return ret;
> }

Eric Dumazet


  reply	other threads:[~2005-03-01  7:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-01  6:02 question about sockfd_lookup( ) MingJie Chang
2005-03-01  7:56 ` Eric Dumazet [this message]
2005-03-01 10:08   ` MingJie Chang
2005-03-02  5:22   ` MingJie Chang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42242023.9070101@cosmosbay.com \
    --to=dada1@cosmosbay.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingjie.tw@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox