All of lore.kernel.org
 help / color / mirror / Atom feed
* Suggested new user link command
@ 2018-05-01  8:03 Tony Wallace
  2018-05-01  9:03 ` Bernd Petrovitsch
  0 siblings, 1 reply; 8+ messages in thread
From: Tony Wallace @ 2018-05-01  8:03 UTC (permalink / raw)
  To: linux-kernel

I am suggesting a new command for linking files.  Currently there is no
easy way to link a file with a known inode number to its correct
position in the directory tree.  


int ilink(const int inode, const char *newpath)


The current alternative to this command is to find the file path
associated with an inode using the find command and then once found
using a standard link command.  Obviously this is very inefficient.  I
am certainly willing to give a patch a go, but I would like approval in
principle first.


Tony Wallace

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

end of thread, other threads:[~2018-05-05  5:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-01  8:03 Suggested new user link command Tony Wallace
2018-05-01  9:03 ` Bernd Petrovitsch
2018-05-01 10:58   ` Tony Wallace
2018-05-01 11:04     ` Richard Weinberger
2018-05-01 12:17       ` Tony Wallace
2018-05-01 13:35         ` Bernd Petrovitsch
2018-05-01 18:41           ` Tony Wallace
2018-05-05  5:10             ` Eric W. Biederman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.