kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* What is the proper way to close file received by file_open_root?
@ 2018-11-04 19:23 Tamir Carmeli
  2018-11-04 19:23 ` Tamir Carmeli
  0 siblings, 1 reply; 2+ messages in thread
From: Tamir Carmeli @ 2018-11-04 19:23 UTC (permalink / raw)
  To: kernelnewbies

Hi,
I see in elixir
<https://elixir.bootlin.com/linux/v4.19.1/ident/file_open_root> that there
4 calls in the kernel. In two of them fput is used for cleanup, and in
coredump.c filp_close is used.
The function has no documentation and no information resides in the
kernel's Documentation directory.

What is the correct way to cleanup the file?

Thanks,
Tamir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20181104/73d1db89/attachment.html>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* What is the proper way to close file received by file_open_root?
  2018-11-04 19:23 What is the proper way to close file received by file_open_root? Tamir Carmeli
@ 2018-11-04 19:23 ` Tamir Carmeli
  0 siblings, 0 replies; 2+ messages in thread
From: Tamir Carmeli @ 2018-11-04 19:23 UTC (permalink / raw)
  To: kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 360 bytes --]

Hi,
I see in elixir
<https://elixir.bootlin.com/linux/v4.19.1/ident/file_open_root> that there
4 calls in the kernel. In two of them fput is used for cleanup, and in
coredump.c filp_close is used.
The function has no documentation and no information resides in the
kernel's Documentation directory.

What is the correct way to cleanup the file?

Thanks,
Tamir

[-- Attachment #1.2: Type: text/html, Size: 478 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-04 19:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-04 19:23 What is the proper way to close file received by file_open_root? Tamir Carmeli
2018-11-04 19:23 ` Tamir Carmeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).